Sign in

Update page

documented

Allows you to update the published property of a page.

PUT /pages/{pageId}Pagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://api.qwilr.com/v1/pages/{{$pageId}}' -X PUT -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"published": {{$published}}}'
Update page · Qwilr · OpenIntegrations