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

