curl --request POST \
--url http://localhost:3000/v1/orgs/{org_id}/playbook-sources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"content": "<string>",
"source_type": "inline",
"source_url": "<string>"
}
'curl --request POST \
--url http://localhost:3000/v1/orgs/{org_id}/playbook-sources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"content": "<string>",
"source_type": "inline",
"source_url": "<string>"
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Default Response