PUT api/v2/packageservice/status/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
SetPackageStatusRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Status |
De nieuwe status die het pakket moet krijgen. Toegestane waarden zijn PENDINGSIGNING (1) (om een pakket aan te bieden ter ondertekening) en REVOKED (2) (om een pakket te herroepen). |
EnumPackageStatusRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"status": 1
}
text/plain
Sample:
{"status":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.