images
Sets a profile image from a previously uploaded file.
After an image has been uploaded to an upload URL generated by the /files/generateuploadurl endpoint, this endpoint sets the uploaded image as the profile image of the entity by providing the upload id.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
post/files/images/{entityName}/{entityId}/byuploadid
Path parameters
entityNamestring required
entityIdstring uuid required
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK
Changes
Changed in 1 of the 5 revisions of this API.31
- ▲
added the pattern
^[A-Za-z]*$to thepathrequest parameterentityNamerequest-parameter-pattern-added
- ▲
the
fileNamerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
uploadIdrequest property's minLength was increased from0to1request-property-min-length-increased
- ○
response property
entityIddeprecatedresponse-property-deprecated
- ▲