Upload Files to Profile
Endpoint
PUT /v1/profiles/{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.
Headers
Header | Required | Description |
---|---|---|
Authorization | ✓ | Bearer YOUR_API_KEY |
Content-Type | ✓ | application/json |
Form Data
files
: A collection of files to be uploaded, inoctet-stream
format.
Responses
Success Response
- Code: 200 OK
- Content:
{
"id": "upd_pr_955923b7dcde4e759b219c0a9234b420",
"object": "update_profile",
"updated": true
}