Version 4.0.25.8 (latest)
Creates a CI Run.
Request
POST
/projects/{project_id}/ci/run
Datatype
Description
Request
path
Expand HTTP Path definition...
project_id
Project Id
body
Expand HTTP Body definition...
body
Options for creating a CI run
Expand CreateCIRunRequest definition...
suite_id
ID of the CI suite
branch
Branch that the CI run should validate. Omit to test production.
commit
Commit that the CI run should validate. Omit to test production.
query
Expand HTTP Query definition...
fields
Requested fields
Response
200: CI Run
Datatype
Description
(object)
run_id
lock
ID of the CI run
status
lock
Status of the CI run (unknown, failed, passed, skipped, errored, cancelled, queued, running)
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
409: Resource Already Exists
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link