Changes to Create an API key

POST /v2/api-keys

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

Changed in 2 of the 16 revisions of this API.433

  1. be2f226a6d2c13
  2. 1e87d8a4cf6933

What changed

  • be2f226a6d2c13See the full diff
    • added CreatedUserApiKey CreatedServiceApiKey to the response body oneOf list for the response status 201

      response-body-one-of-added

    • mapped value for key SERVICE changed from ServiceApiKeyCreated to CreatedServiceApiKey from the response discriminator for the response status 201

      response-body-discriminator-mapping-changed

    • mapped value for key USER changed from UserApiKeyCreated to CreatedUserApiKey from the response discriminator for the response status 201

      response-body-discriminator-mapping-changed

    • removed UserApiKeyCreated ServiceApiKeyCreated from the response body oneOf list for the response status 201

      response-body-one-of-removed

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

    • added OrganizationRoleAssignmentRequest to the oneOf[CreateServiceApiKeyRequest]/organizations/items/role request property allOf list

      request-property-all-of-added

    • added SpaceRoleAssignmentRequest to the oneOf[CreateServiceApiKeyRequest]/organizations/items/spaces/items/role request property allOf list

      request-property-all-of-added

    • added UserRoleAssignmentRequest to the oneOf[CreateServiceApiKeyRequest]/account_role request property allOf list

      request-property-all-of-added

    • removed OrganizationRoleAssignment from the oneOf[CreateServiceApiKeyRequest]/organizations/items/role request property allOf list

      request-property-all-of-removed

    • removed SpaceRoleAssignment from the oneOf[CreateServiceApiKeyRequest]/organizations/items/spaces/items/role request property allOf list

      request-property-all-of-removed

    • removed UserRoleAssignment from the oneOf[CreateServiceApiKeyRequest]/account_role request property allOf list

      request-property-all-of-removed

Of the 16 revisions, 1 has no diff computed.