Changes to POST /api/v1/cert-manager/certificate-profiles

POST /api/v1/cert-manager/certificate-profiles

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

Changed in 4 of the 20 revisions of this API.186

  1. f10a4f8c1d4116
  2. edde28ab3c8c22
  3. 53fe4d80973f2
  4. 5dbb77aad0f52

What changed

    • the description request property's maxLength was decreased to 255

      request-property-max-length-decreased

    • the defaults/commonName request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/country request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/locality request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/organization request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/organizationalUnit request property's maxLength was set to 255

      request-property-max-length-set

    • the defaults/state request property's maxLength was set to 255

      request-property-max-length-set

  • edde28ab3c8c22See the full diff
    • added the new any_purpose enum value to the certificateProfile/defaults/extendedKeyUsages/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new upn enum value to the certificateProfile/defaults/subjectAltNames/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new any_purpose enum value to the request property defaults/extendedKeyUsages/items/

      request-property-enum-value-added

    • added the new upn enum value to the request property defaults/subjectAltNames/items/type

      request-property-enum-value-added

    • added the new optional request property defaults/subjectAltNames

      new-optional-request-property

    • added the optional property certificateProfile/defaults/subjectAltNames to the response with the 200 status

      response-optional-property-added

    • added the new optional request property defaults/domainComponents

      new-optional-request-property

    • added the optional property certificateProfile/defaults/domainComponents to the response with the 200 status

      response-optional-property-added