Request Manifest File
Request a manifest for a specific update, selected from the response to a request for signed updates. (The manifest file contains details of all files required to achieve the update.)
Item |
Description |
URI |
|
Method |
POST |
Query parameters |
manifestRequest |
Request body |
{ "uuid": "string" } |
Response codes |
200: Not used 202: Asynchronous request. Use the URL returned to poll for a response. |
Sample Response
If the request has been accepted (status 202), a URL including a polling ID to poll for completion of the request is returned:
{
"url": "string"
}