Skip to main content

Upload Files to Profile

Endpoint

PUT /v1/profile/{id}/files

Description

This endpoint allows uploading files to a profile. It updates the profile status to "Active" if it is in "Draft" status and assigns a name if the profile name is "New profile".

Request

Path Parameters

  • id (string): The unique identifier of the profile.

Form Data

  • files: A collection of files to be uploaded, in octet-stream format.

Responses

Success Response

  • Code: 200 OK
  • Content:
{
"id": "upd_pr_955923b7dcde4e759b219c0a9234b420",
"object": "update_profile",
"updated": true
}