v1
latestOpenAPI 3.1.02026-07-2498134321.1 KBUpdate an Obligation
Update an existing obligation.
OAuth Scope required: public.obligations.updateObligations
Path parameters
The ID or Ironclad ID of the Obligation to update.
Headers
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Request body
Example request
{
"removeProperties": [
"userFacingObligations_description"
]
}Response
200
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"ironcladId": "OB-1",
"name": "Obligation XYZ",
"lastUpdated": "2021-01-01T00:00:00Z",
"namedTypeIds": [
"eda20988-6b99-404b-99dc-866b84b63883"
],
"parentReadableId": "IC-1",
"parentRecordName": "Parent Record"
}