Changes to Create Agent

POST /api/v1/agents

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

Changed in 3 of the 11 revisions of this API.223

  1. ba253fbf08a71
  2. b0e6563d3fce221
  3. 4f3d96fe26561

What changed

    • added the optional property agent/developerId to the response with the 201 status

      response-optional-property-added

  • b0e6563d3fce221See the full diff
    • the code response property const value INTERNAL_SERVER_ERROR was removed for the status 500

      response-property-const-removed

    • the code response property const value UNAUTHORIZED was removed for the status 401

      response-property-const-removed

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • api operation id postApiV1Agents removed and replaced with

      api-operation-id-removed

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

    • endpoint added

      endpoint-added