PUT api/v1/Keys/{id}/ReplaceWith/{replaceWithKeyId}

Replaces a key with another key. Sets replaced key into blacklist.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Key which is replaced

globally unique identifier

Required

replaceWithKeyId

Id of the key which replaces the first key

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.