Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add execution result

POST /executionresult

Description

Add new execution result in given project.


Parameters

TypeNameDescriptionRequiredSchemaDefault

BodyParameter

body

Execution result object that needs to be created.

true

907739257CreateExecutionResultRequest




Responses

HTTP CodeDescriptionSchema

200

Successful operation.

No Content

400

Returned if the given execution result or project is invalid.

No Content

403

Returned if the currently athenticated user does not have permission to access the given project.

No Content

404

Returned if the given execution result or project is not found.

No Content

500

Returned if some problem occured while creating an execution result to the given project.

No Content



Consumes

  • application/json


Produces

  • application/json


Tags

  • Execution Result

...

Update execution result

PUT /executionresult/{id}

Description

Update execution result by id. Either name, fore color or back color is required field.


Parameters

TypeNameDescriptionRequiredSchemaDefault

PathParameter

id

Execution result id.

true

integer (int32)


BodyParameter

body

Execution result object that needs to be updated.

true

907739257UpdateExecutionResultRequest




Responses

HTTP CodeDescriptionSchema

200

Successful operation.

No Content

400

Returned if the given execution result is invalid.

No Content

403

Returned if the currently athenticated user does not have permission to access the given project.

No Content

404

Returned if the given execution result details are not found.

No Content

500

Returned if some problem occured while updating an existing execution result.

No Content



Consumes

  • application/json


Produces

  • application/json


Tags

  • Execution Result

CreateExecutionResultRequest
Anchor
CreateExecutionResultRequest
CreateExecutionResultRequest


NameDescriptionRequiredSchemaDefault

projectId

Project Id

true

integer (int64)


name

Name of execution result.

true

string


priority

Priority

false

integer (int32)


foreColor

Fore color

Example: #FFFFFF

true

string


backColor

Backgroud color.

Example: #59AFE1

true

string


projectKey

Project Key

true

string



UpdateExecutionResultRequest
Anchor
UpdateExecutionResultRequest
UpdateExecutionResultRequest


NameDescriptionRequiredSchemaDefault

name

Name

false

string


priority

Priority

false

integer (int32)


foreColor

Fore color

Example: #FFFFFF

false

string


backColor

Back color

Example: #59AFE1

false

string