Create heading widget
documentedCreate a new Heading widget on a page.
POST /api/v1/page/{page_id}/heading/create/Pagesno implementation yet0 runsNo 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://{{GROUP_NAME}}.papyrs.com/api/v1/page/{{$page_id}}/heading/create/?auth_token={{PAPYRS_API_KEY}}&format={{FORMAT}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"widget": {"val": "{{$HEADING_TEXT}}"}}'