cURL
curl --request PUT \ --url https://api.decodahealth.com/forms/{form_id}/expiry-days \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "formId": "<string>", "expiryDays": 2 } '
true
The tenant you are making this request on behalf of
Your api key
x >= 1
Successful Response
The response is of type boolean.
boolean