Changes to Sets a profile image from a previously uploaded file.

POST /files/images/{entityName}/{entityId}/byuploadid

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

Changed in 1 of the 5 revisions of this API.31

  1. a13e7c70426231

What changed

  • a13e7c70426231See the full diff
    • added the pattern ^[A-Za-z]*$ to the path request parameter entityName

      request-parameter-pattern-added

    • the fileName request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the uploadId request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • response property entityId deprecated

      response-property-deprecated