Update Profile Attachment By Profile And Attachment Id

Updates A Profile Attachment By Profile And Attachment Id

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

Id of a profile.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
attachmentId
required
string <uuid>

Id of a attachmentId.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
Request Body schema: multipart/form-data
documentType
string

The document type of the attachment

description
string

The description of the attachment. Limited to 250 characters.

Responses
200
400
401
403
404
409

Conflict

put/compliance/kyc-protect/profiles/{profileId}/attachments/{attachmentId}
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "fileName": "string",
  • "fileSizeInBytes": 0,
  • "documentType": "string",
  • "description": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "createdById": 0,
  • "createdBy": "string",
  • "modifiedAt": "2019-08-24T14:15:22Z",
  • "modifiedById": 0,
  • "modifiedBy": "string"
}