POST api/Release/AiSuggestion

Request Information

URI Parameters

None.

Body Parameters

GetAiSuggestionParameters
NameDescriptionTypeAdditional information
Description

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "description": "sample string 1"
}

text/plain

Sample:
{"description":"sample string 1"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.