Toolkits

Update toolkit

Update a toolkit's name, description, or active flag.

patch/toolkits/{toolkit_id}

Path parameters

toolkit_idstring required

Request body

activeboolean nullable
descriptionstring nullable
namestring nullable

Response

Successful Response

activeboolean required
created_atstring date-time required
created_bystring nullable
credential_countinteger required
descriptionstring nullable
key_countinteger required
namestring required
toolkit_idstring required
updated_atstring date-time nullable

Changes

Changed in 5 of the 85 revisions of this API.171448

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

      response-optional-property-added

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

      response-required-property-removed

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

      response-optional-property-added

  • d65fcba0d25a3629See the full diff
    • response property created_at list-of-types was widened by adding types string to media type application/json of response 200

      response-property-list-of-types-widened

    • the detail response's property type/format changed from array/ to string/ for status 422

      response-property-type-changed

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

      response-required-property-removed

    • the name/anyOf[subschema #1]/ request property's maxLength was set to 255

      request-property-max-length-set

    • removed the request property disabled

      request-property-removed

    • removed the request property simulate

      request-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

    • api operation id patch_toolkit_toolkits__toolkit_id__patch removed and replaced with updateToolkit

      api-operation-id-removed

    • the endpoint scheme security BearerAuth was added to the API

      api-security-added

    • the endpoint scheme security HumanLogin was removed from the API

      api-security-removed

    • api tag Toolkits added

      api-tag-added

    • api tag toolkits removed

      api-tag-removed

    • added the new optional request property active

      new-optional-request-property

    • media type application/json was changed to a more specific media type application/problem+json for the response status 422

      response-media-type-name-specialized

    • 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 403

      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 500

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

    • added the optional property errors to the response with the 422 status

      response-optional-property-added

    • added the optional property instance to the response with the 422 status

      response-optional-property-added

    • added the optional property status to the response with the 422 status

      response-optional-property-added

    • added the optional property title to the response with the 422 status

      response-optional-property-added

    • added the optional property type to the response with the 422 status

      response-optional-property-added

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

      response-optional-property-added

    • the response property created_at became required for the status 200

      response-property-became-required

    • the response property credential_count became required for the status 200

      response-property-became-required

    • the response property detail became required for the status 422

      response-property-became-required

    • the response property key_count became required for the status 200

      response-property-became-required

    • the response property permissions became required for the status 200

      response-property-became-required

    • response property credential_count list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property key_count list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • added the required property active to the response with the 200 status

      response-required-property-added

    • added the required property toolkit_id to the response with the 200 status

      response-required-property-added

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

  • 76e8f606372813817See the full diff
    • media type application/problem+json was changed to a more general media type application/json for the response status 422

      response-media-type-name-generalized

    • the response property created_at became optional for the status 200

      response-property-became-optional

    • the response property credential_count became optional for the status 200

      response-property-became-optional

    • the response property detail became optional for the status 422

      response-property-became-optional

    • the response property key_count became optional for the status 200

      response-property-became-optional

    • the response property permissions became optional for the status 200

      response-property-became-optional

    • response property created_at list-of-types was widened by adding types null and number to media type application/json of response 200

      response-property-list-of-types-widened

    • response property credential_count list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property key_count list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • the detail response property's maxLength was unset from 4096 for the response status 422

      response-property-max-length-unset

    • the detail response's property type/format changed from string/ to array/ for status 422

      response-property-type-changed

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

      response-required-property-removed

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

      response-required-property-removed

    • removed the request property active

      request-property-removed

    • removed the optional property code from the response with the 422 status

      response-optional-property-removed

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

      response-optional-property-removed

    • removed the optional property instance from the response with the 422 status

      response-optional-property-removed

    • removed the optional property status from the response with the 422 status

      response-optional-property-removed

    • removed the optional property title from the response with the 422 status

      response-optional-property-removed

    • removed the optional property type from the response with the 422 status

      response-optional-property-removed

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

      response-optional-property-removed

    • api operation id updateToolkit removed and replaced with patch_toolkit_toolkits__toolkit_id__patch

      api-operation-id-removed

    • the endpoint scheme security HumanLogin was added to the API

      api-security-added

    • the endpoint scheme security BearerAuth was removed from the API

      api-security-removed

    • api tag toolkits added

      api-tag-added

    • api tag Toolkits removed

      api-tag-removed

    • added the new optional request property disabled

      new-optional-request-property

    • added the new optional request property simulate

      new-optional-request-property

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • removed the non-success response with the status 503

      response-non-success-status-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the required property id to the response with the 200 status

      response-required-property-added

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