Changes to Create a new API key

POST /api/tenants/me/api-keys

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

Changed in 1 of the 2 revisions of this API.7

  1. 0e449a4e0dc87

What changed

    • added the optional property expiresAt to the response with the 201 status

      response-optional-property-added

    • added the optional property lastUsed to the response with the 201 status

      response-optional-property-added

    • the response property id became required for the status 201

      response-property-became-required

    • the response property key became required for the status 201

      response-property-became-required

    • the response property name became required for the status 201

      response-property-became-required

    • the response property scopes became required for the status 201

      response-property-became-required

    • added the required property createdAt to the response with the 201 status

      response-required-property-added