Release | Update document in release
Replace PDF document and its description in a release
Adressed by operator account and operator's downloadcode:
PUT
https://services.schneidergeo.com/content/release/{account}/{downloadCode}/document/{filename}?description=Hotelvoucher
Addressed by Release ID:
PUT
https://services.schneidergeo.com/content/release/{id}/document/{filename}?description=Hotelvoucher
Adding one PDF document to guidebook release. For multiple documents, please call this endpoint multiple times
Path Parameters
account*
String
Your account ID, you can find this under Account Settings > General Settings > Account ID
downloadCode*
String
The downloadCode for the release
filename
String
The filename in GUIBO from the response of the document creation
Query Parameters
description*
String
The title or description of the document
Headers
Authorization*
String
Your API key, you can find this under Account Settings > General Settings > API Key
Request Body
file*
String
The PDF document to be uploaded
Example:
curl --location --request PUT 'https://services.schneidergeo.com/content/release/{account}/{downloadCode}/document/2dcade73-abc2-4fc6-9f3a-9e92efeabcfe.png?description=Train Ticket' \
--header 'Authorization: aiose9-98erjsd-0a9s8duj-ds8sss' \
--form 'file=@"/home/fritz/Documents/7HTUUL.pdf"'
Last updated