PUT api/admin/tags/state

Request Information

URI Parameters

None.

Body Parameters

AdminTagsUpdateState
NameDescriptionTypeAdditional information
Tags

Collection of globally unique identifier

Required

TagState

TagState

Required

Request Formats

application/json, text/json

Sample:
{
  "Tags": [
    "464bd787-2d3c-40ed-89e9-da3712849854",
    "d1a8e40a-5f2e-421d-9f41-a350cb962548"
  ],
  "TagState": 0
}

application/xml, text/xml

Sample:
<AdminTagsUpdateState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServices.Models">
  <TagState>Generated</TagState>
  <Tags xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>464bd787-2d3c-40ed-89e9-da3712849854</d2p1:guid>
    <d2p1:guid>d1a8e40a-5f2e-421d-9f41-a350cb962548</d2p1:guid>
  </Tags>
</AdminTagsUpdateState>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.