v1
latestOpenAPI 3.1.02026-08-066984441.1 MBretainers
Endpoint to update the retainer for a project.
The end date of the retainer can only be updated via the POST /setDates endpoint. The start date, the retainer period, and the timezone can not be updated. Delete the retainer and create a new one instead.
The user needs to have the ProjectMasterData write permission for the project to access this endpoint.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
put/projects/{projectId}/retainers/{retainerId}
Path parameters
projectIdstring uuid required
The id of the project to update the retainer for.
retainerIdstring uuid required
The id of the retainer.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK