/
SH
shipsecai
/
ShipSec Studio API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
agents
2
api-keys
6
App
1
artifacts
2
components
3
files
5
Human Inputs
4
integrations
10
InternalMcp
4
InternalRuns
1
mcp
7
Schedules
8
get
/api/v1/schedules
post
/api/v1/schedules
get
/api/v1/schedules/{id}
delete
/api/v1/schedules/{id}
patch
/api/v1/schedules/{id}
post
/api/v1/schedules/{id}/pause
post
/api/v1/schedules/{id}/resume
post
/api/v1/schedules/{id}/trigger
secrets
7
TestingWebhook
5
webhooks
17
workflows
30
Schedules
patch
/api/v1/schedules/{id}
Path parameters
id
string
required
Request body
UpdateScheduleRequestDto
required
workflowId
string
uuid
workflowVersionId
string
uuid
name
string
description
string
nullable
cronExpression
string
timezone
string
humanLabel
string
nullable
overlapPolicy
'skip'
|
'buffer'
|
'allow'
catchupWindowSeconds
integer
inputPayload
object
status
'active'
|
'paused'
|
'error'
Changes