Skip to main content
PUT
Update an agreement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agreementId
string<uuid>
required

Agreement UUID

Body

application/json

Data to update an agreement

name
string
required

Agreement name

code
string
required

Agreement code

color
string
required

Color of agreement

annualHours
number<int>
required

Annual hours

Response

200 - application/json

Agreement updated

id
string<uuid>