Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request for bulk modify package status action

PackageIds
string<guid>[]
required

A globally unique identifier

Status
enum<string>
required

The status the packages must be updated to. Supported transitions are draft to Pending and pending to Revoked.

Available options:
Pending,
Revoked
SuppressNotifications
boolean
default:false

When true, no notifications are sent for the status change. Only applies when Status is Revoked.

Response

An unique identifier of the created bulk action session.

A bulk action session unique identifier

Example:

"00000000-0000-0000-0000-000000000000"