curl --request POST \
--url https://cloud.bytebeam.io/api/v1/action-types \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"payload_type": "json",
"json_schema": {},
"json_ui_schema": {},
"timeout": 123,
"icon": "pencil",
"type": "<string>"
}'
curl --request POST \
--url https://cloud.bytebeam.io/api/v1/action-types \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"payload_type": "json",
"json_schema": {},
"json_ui_schema": {},
"timeout": 123,
"icon": "pencil",
"type": "<string>"
}'
API key required to authenticate requests.
Tenant(Project) name required to identify the project.