Uploading Patches Extract via API
  • 1 Minute to read
  • Dark
    Light
  • PDF

Uploading Patches Extract via API

  • Dark
    Light
  • PDF

Article Summary

You can use API to upload the Patches Extract file to Panaya.

Note
API can be used for uploading the extract to the Panaya site. You will need to extract the Patch as described here before you can proceed with uploading the file.

 

POST

value

notes

URL

/api/projects/{projectId}/ptl/upload
Use the relevant Panaya URL -
https://my.panaya.com
https://emea.panaya.com

Body Parameters

Token
Use Login API Token as described here 

extractionFile
The ZIP file extracted by the Panaya Patch Extractor as described in this article

Request Type

POST

Return value

code - 200
Json {
message: "Extraction uploaded successfully",
ticketId:"<ticket number>"
}Mime type = application/json