Skip to main content
POST
/
api
/
schedule
/
save
Api Schedule Save
curl --request POST \
  --url http://localhost:8080/api/schedule/save \
  --header 'Content-Type: application/json' \
  --data '
{
  "cadence": "manual"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
cadence
string
default:manual

Response

Successful Response