Add Client to a Project
Add an existing client to a specific project.
You can get the client_uuid from the Get Clients for a Project endpoint or the Create Client endpoint.
Endpoint
POST /projects/{project_uuid}/clients
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| client_uuid | string | The UUID of the client to add to the project | Yes |
Response
A successful response will return a 201 Created status code and a success message.
{
"message": "Client successfully added to project."
}