Create catalog page
documentedCreate a new catalog page.
POST /v1/catalog-pagesOrganiseno 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://api.skilljar.com/v1/catalog-pages" \
-X POST \
-u "{{SKILLJAR_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}", "short_description": "{{$short_description}}", "url": "{{$url}}", "promo_image_url": "{{$promo_image_url}}", "header_html": "{{$header_html}}", "content": {{$content}}, "group_visibility": "{{$group_visibility}}", "location": "{{$location}}"}'