curl --request PUT \
--url https://cloud.bytebeam.io/api/v1/actions/{id}/mark_as_completed \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{}'
curl --request PUT \
--url https://cloud.bytebeam.io/api/v1/actions/{id}/mark_as_completed \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{}'
API key required to authenticate requests.
Tenant(Project) name required to identify the project.