cURL
curl --request PATCH \ --url https://v1.api.flux-os.com/contracts/{id}/paper/{paper_id}/legal-provisions/{legal_provision_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>' \ --data '{}'
{ "id": "<string>", "paper": { "id": "<string>" }, "provision": { "name": "<string>", "short_code": "<string>", "content": "<string>", "organization": "<unknown>", "id": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Attach a legal provision to a paper.
The contract ID.
The paper ID.
The legal provision ID.
The body is of type object.
object
Legal provision attached.
Show child attributes