Create theme
documentedCreate a new theme.
POST /themesThemesno 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.typeform.com/themes" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}", "background": {"brightness": {{$brightness}}, "href": "{{$background_href}}", "layout": "{{$background_layout}}"}, "colors": {"answer": "{{$color_answer}}", "background": "{{$color_background}}", "buttons": "{{$color_buttons}}", "questions": "{{$color_questions}}"}, "font": "{{$font}}", "hasTransparentButton": {{$hasTransparentButton}} }'