Changes to Create App Auth Strategy

POST /v2/application-auth-strategies

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

Changed in 8 of the 75 revisions of this API.1026

  1. a2e95e9f6c802
  2. dccf1fb376791
  3. 845120e19d451
  4. 8ab3ec3ed3011
  5. 3c0154b2053a91
  6. 0aead68de7b01
  7. 7c1eecf2b3a51
  8. 2a7df3ca52c81

What changed

    • added the new optional request property oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/principals

      new-optional-request-property

    • added the new optional request property oneOf[subschema #2: AppAuthStrategyOpenIDConnectRequest]/principals

      new-optional-request-property

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

    • added the new optional request property oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/configs/key-auth/ttl

      new-optional-request-property

    • the request property oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/configs/key-auth/key_names became not nullable

      request-property-became-not-nullable

    • added the new type enum value to the allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/rule response property for the response status 400

      response-property-enum-value-added

  • 3c0154b2053a91See the full diff
    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/source became nullable for the status 400

      response-property-became-nullable

    • the response property detail became nullable for the status 401

      response-property-became-nullable

    • the response property instance became nullable for the status 401

      response-property-became-nullable

    • the response property status became nullable for the status 401

      response-property-became-nullable

    • the response property title became nullable for the status 401

      response-property-became-nullable

    • the request property oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/configs/key-auth/key_names became nullable

      request-property-became-nullable

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

    • removed the request property oneOf[subschema #2: AppAuthStrategyOpenIDConnectRequest]/configs/openid-connect/labels

      request-property-removed

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

    • added key_auth openid_connect mapping keys to the request discriminator

      request-body-discriminator-mapping-added

    • endpoint added

      endpoint-added