Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Previous version of Update Form. Update a request’s status or expiration.
PATCH /forms/{id}
PATCH https://connect.penbox.io/v1/requests/{id}
id
archived
draft
true
false
processed
active_until
curl -X PATCH 'https://connect.penbox.io/v1/requests/REQUEST_ID' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "archived": true }'
200
400
401
403
404
422
429
500
Was this page helpful?