Skip to main content
POST
/
api
/
v1
/
presets
/
{preset_id}
/
slide-style
/
edits
Edits
curl --request POST \
  --url https://api.example.com/api/v1/presets/{preset_id}/slide-style/edits \
  --header 'Content-Type: application/json' \
  --data '
{
  "edits": [
    {}
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

preset_id
string
required

Body

application/json
edits
Edits · object[]

Response

Successful Response