Creates a new group for organizing related jobs.
curl --request POST \
--url https://api.strait.dev/v1/job-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"project_id": "<string>",
"slug": "<string>",
"description": "<string>"
}
'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"project_id": "<string>",
"slug": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"$schema": "<string>",
"description": "<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.
API key passed as Bearer token
OK
curl --request POST \
--url https://api.strait.dev/v1/job-groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"project_id": "<string>",
"slug": "<string>",
"description": "<string>"
}
'{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"project_id": "<string>",
"slug": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"$schema": "<string>",
"description": "<string>"
}