curl --request POST \
--url https://api.icepanel.io/v1/organizations/{organizationId}/landscapes/{landscapeId}/versions/{versionId}/export/pdf \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"filename": "<string>",
"name": "<string>"
}'
{
"url": "<string>"
}
curl --request POST \
--url https://api.icepanel.io/v1/organizations/{organizationId}/landscapes/{landscapeId}/versions/{versionId}/export/pdf \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"filename": "<string>",
"name": "<string>"
}'
{
"url": "<string>"
}
OK
The response is of type object
.