post https://floorplanner.com/api/v2/projects//floors//drawing.json
Add a drawing to a floor
Log in to see full request history
Responses
403Access denied
Add a drawing to a floor
403Access denied
xxxxxxxxxx
14curl --request POST \
--url https://floorplanner.com/api/v2/projects/project_id/floors/floor_id/drawing.json \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"drawing": {
"alpha": 50,
"position": "0.00 0.00 0.00",
"rotation": "0.00 0.00 0.00",
"visible": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: