Skip to main content
POST
/
v1
/
jobs
/
batch-enable
Batch enable jobs
curl --request POST \
  --url https://api.strait.dev/v1/jobs/batch-enable \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "updated": 123,
  "$schema": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.strait.dev/llms.txt

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

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Body

application/json
ids
string[] | null
required

Response

OK

updated
integer<int64>
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.strait.dev/schemas/BatchUpdateResult.json"