curl --request POST \
--url https://cloud.bytebeam.io/mock/api/v2/actions \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '
{
"action": "<string>",
"params": {},
"release_notes": "<string>",
"retry_count": 123,
"phases": [
{
"name": "<string>",
"filter": {},
"fraction": 123,
"timestamp": 123,
"success_percentage": 123,
"failure_percentage": 123
}
],
"timeout": 123
}
'This response has no body data.curl --request POST \
--url https://cloud.bytebeam.io/mock/api/v2/actions \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '
{
"action": "<string>",
"params": {},
"release_notes": "<string>",
"retry_count": 123,
"phases": [
{
"name": "<string>",
"filter": {},
"fraction": 123,
"timestamp": 123,
"success_percentage": 123,
"failure_percentage": 123
}
],
"timeout": 123
}
'This response has no body data.API key required to authenticate requests.
Tenant(Project) name required to identify the project.