PUT api/consumer/v1/workspaces/{workspaceId}/jobs/{jobId}/cards/{cardId}/complexity

Update complexity of a Card

Request Information

URI Parameters

NameDescriptionTypeAdditional information
workspaceId

Workspace ID

integer

Required

jobId

Job ID

integer

Required

cardId

Card ID

integer

Required

Body Parameters

Card complexity

ItemKeyIntDto
NameDescriptionTypeAdditional information
Key

The Key

string

None

Value

The Value

integer

None

Request Formats

application/json, text/json

Sample:
{
  "Key": "sample string 1",
  "Value": 2
}

application/xml, text/xml

Sample:
<ItemKeyIntDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oryx.Web.Api.Models">
  <Key>sample string 1</Key>
  <Value>2</Value>
</ItemKeyIntDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Card

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None

Content

HttpContent

None

StatusCode

HttpStatusCode

None

ReasonPhrase

string

None

Headers

Collection of Object

None

RequestMessage

HttpRequestMessage

None

IsSuccessStatusCode

boolean

None