Skip to content

promoteReaderTarget

Promotes a reader Archival Location.

Arguments

Argument Type Description
input (required) PromoteReaderTargetInput! Request for promoting a reader Archival Location.

Returns

Void

Sample

mutation PromoteReaderTarget($input: PromoteReaderTargetInput!) {
  promoteReaderTarget(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "promoteReaderTarget": "example-string"
  }
}