Restore

This request restores a configurator session from a zip file.

Endpoints

  • PUT /configsessions/{sessionId}/restore

Url

sessionID

The ID of the configuration session

Header

Authorization

Bearer {token}

X-API-KEY

{API key}

Body

raw

A zip file containing session information

Response

Example request


 PUT https://api.paramate.trinckle.com/configsessions/305bdb5c-cf8f-4256-9180-fe050d119f03/restore
 -H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
 -H X-API-KEY: 5b260091e8a03ab9af7716af0d71474a
 [raw zip data]

 

Output


 HTTP/1.1 202 Accepted
 

See also