Update Assignment
Update Assignment
Update the data owner of an assignment
PATCH
Update Assignment
Update Assignment
Change the data owner details of an existing assignment. Only send the fields you want to change.The
organization_id and facility_id cannot be changed after creation. To reassign to a different org or facility, delete the assignment and create a new one.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the parent dataset
UUID of the assignment to update
Body Parameters
All fields are optional.New data owner email address
New Dcycle user UUID for the data owner
Response
Returns the updated assignment (HTTP 200).Assignment UUID.
Parent dataset UUID.
Organization UUID the assignment targets.
Facility UUID if the assignment is facility-scoped.
User UUID of the data owner (if they have a Dcycle account).
Email address of the recipient.
Creation timestamp (ISO 8601).
Last update timestamp (ISO 8601).
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: Assignment not foundRelated Endpoints
List Assignments
View all assignments
Delete Assignment
Remove an assignment

