Changes to Set party handle

PUT /parties/me/handle

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

Changed in 4 of the 28 revisions of this API.113

  1. 359d267dca881
  2. b1ad79e918ac1
  3. 270e233e401c11
  4. 8cc2aed458471

What changed

    • deleted the header request parameter X-Agent-ID with deprecation

      request-parameter-removed-with-deprecation

    • header request parameter X-Agent-ID was deprecated

      request-parameter-deprecated

  • 270e233e401c11See the full diff
    • added the pattern ^[a-z0-9][a-z0-9._]{1,28}[a-z0-9]$ to the request property data/attributes/handle

      request-property-pattern-added

    • the data/attributes/handle request property's maxLength was set to 30

      request-property-max-length-set

    • endpoint added

      endpoint-added