POST api/game/posttaggedimage

Receives user's annotation from the ShapeIt game

Request Information

URI Parameters

None.

Body Parameters

Image with annotated tag

TaggedImagePayload
NameDescriptionTypeAdditional information
ImageId

integer

None.

Keyword

string

None.

Tag

AuthorsAnnotation

None.

Request Formats

application/json, text/json

Sample:
{
  "ImageId": 1,
  "Keyword": "sample string 2",
  "Tag": {
    "Position": null,
    "User": "sample string 1"
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true