Skip to main content
POST
/
themes
/
upload
Upload a theme
curl --request POST \
  --url http://localhost:3001/portal-api/themes/upload \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
"File uploaded successfully"

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Body

multipart/form-data
file
file

zip archive containing theme

Response

OK

Upload status

Example:

"File uploaded successfully"