Update an Obligation

Update an existing obligation.

OAuth Scope required: public.obligations.updateObligations

Path Params
string
required

The ID or Ironclad ID of the Obligation to update.

Body Params
string
length ≥ 1

The name of the obligation

addProperties
object

A key:value map of properties to add. More details on the properties can be found in the Obligation Properties article.

removeProperties
array of strings
length ≥ 1

A list of property keys to remove from the obligation. More details on the properties can be found in the Obligation Properties article.

removeProperties
obligationTypeKey
array of strings
length between 1 and 1

The key of the obligation type to be added to the obligation. Only one obligation type can be added or updated per obligation, currently. More info on obligation types can be found in the Obligation Types article.

obligationTypeKey
Headers
string

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.

string

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.

Responses

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json