Update Dynamic Content Profile
PATCH /api/v1/workspaces/{workspace_id}/dynamic_content_profiles/{id}
PATCH
/api/v1/workspaces/{workspace_id}/dynamic_content_profiles/{id}
Updates a DynamicContentProfile.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” workspace_id
required
integer
Workspace ID
id
required
string
Conditional ID
Request Body
Section titled “Request Body ”object
name
string
Example
Mailchimp ProfileResponses
Section titled “ Responses ”Successful
object
id
required
string
Example
uuid TODO name
required
string
Example
Mailchimp Profile created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z updated_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z organization_id
required
integer
Example
12345Unauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundNot Found
object
message
required
string
Example
Record not foundUnprocessable Entity
object
message
required
string
Example
Failed to save errors
required
object
key
additional properties
Array<string>
Example
{ "errors": { "username": [ "Username is required.", "Username must be unique." ], "email": [ "Invalid email format." ] }}