Changes to Add Contract ABI

POST /api/v1/deployed-contracts/add-abi

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 12 revisions of this API.355123

  1. bdac7e47d1c235
  2. 86f37d72f0a0321515
  3. 13aade479509318

What changed

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 409

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 409

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 409

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 409

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 409

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 409

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 409

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 86f37d72f0a0321515See the full diff
    • added the new required request property networkId

      new-required-request-property

    • the header request parameter x-sdk-version became required

      request-parameter-became-required

    • the abi/items/ request property type/format changed from object/ to array/

      request-property-type-changed

    • the response's body type/format changed from object/ to / for status 400

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 401

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 409

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 500

      response-body-type-changed

    • the response property code became optional for the status 400

      response-property-became-optional

    • the response property code became optional for the status 401

      response-property-became-optional

    • the response property code became optional for the status 409

      response-property-became-optional

    • the response property code became optional for the status 500

      response-property-became-optional

    • the response property message became optional for the status 400

      response-property-became-optional

    • the response property message became optional for the status 401

      response-property-became-optional

    • the response property message became optional for the status 409

      response-property-became-optional

    • the response property message became optional for the status 500

      response-property-became-optional

    • the result/abi response's property type/format changed from array/ to object/ for status 200

      response-property-type-changed

    • removed the required property category from the response with the 400 status

      response-required-property-removed

    • removed the required property category from the response with the 401 status

      response-required-property-removed

    • removed the required property category from the response with the 409 status

      response-required-property-removed

    • removed the required property category from the response with the 500 status

      response-required-property-removed

    • removed the required property path from the response with the 400 status

      response-required-property-removed

    • removed the required property path from the response with the 401 status

      response-required-property-removed

    • removed the required property path from the response with the 409 status

      response-required-property-removed

    • removed the required property path from the response with the 500 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 400 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 401 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 409 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 500 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 400 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 401 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 409 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 500 status

      response-required-property-removed

    • removed the request property network

      request-property-removed

    • removed the optional property errors from the response with the 400 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 401 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 409 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 500 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 400 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 401 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 409 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 500 status

      response-optional-property-removed

    • added the new ERR_008 enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_010 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_011 enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_019 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_501 enum value to the code response property for the response status 409

      response-property-enum-value-added

    • added the new ERR_999 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • the endpoint scheme security x-api-key was added to the API

      api-security-added

    • api tag deployed-contracts added

      api-tag-added

    • api tag Deployed Contracts removed

      api-tag-removed

    • added ApiErrorResponseDto to the response body allOf list for the response status 400

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 401

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 409

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 500

      response-body-all-of-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • removed the non-success response with the status 422

      response-non-success-status-removed

    • removed the AVAX enum value from the result/network response property for the response status 200

      response-property-enum-value-removed

    • removed the FUJI enum value from the result/network response property for the response status 200

      response-property-enum-value-removed

    • removed the SANDBOX enum value from the result/network response property for the response status 200

      response-property-enum-value-removed

    • removed the tBTC enum value from the result/network response property for the response status 200

      response-property-enum-value-removed

    • removed the tETH enum value from the result/network response property for the response status 200

      response-property-enum-value-removed

    This revision also has 68 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 13aade479509318See the full diff
    • removed the required property message from the response with the 200 status

      response-required-property-removed

    • removed the required property status from the response with the 200 status

      response-required-property-removed

    • removed the required property success from the response with the 200 status

      response-required-property-removed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • api operation id addContractABI removed and replaced with addContractAbi

      api-operation-id-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 422

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the optional property result to the response with the 200 status

      response-optional-property-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog