Create an ObligationAsk AIpost https://na1.ironcladapp.com/public/api/v1/obligationsCreate a new obligation. OAuth Scope required: public.obligations.createObligationsBody ParamsnamestringrequiredThe name of the obligationpropertiesobjectA key:value map of properties to add. The two below are examples. More details on the properties can be found in the Obligation Properties article.properties objectobligationTypeKeyarray of stringsrequiredlength between 1 and 1The 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* stringparentIdstringrequiredThe ID of the contract to create the new obligation as a child of. This is useful for creating a new obligation as a child of an existing obligation.Headersx-as-user-emailstringDenotes 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.x-as-user-idstringDenotes 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 201201 400400 401401 403403Updated 7 months ago