laanc:update
id
{ "license": "LICENSE_PART_107", "fixedAltitude": false, "pointOfContact": { "firstName": "Bob", "lastName": "Jones", "phoneNumber": "540-867-5309", "emailAddress": "bobjones@email.com" } }
curl --location --request PUT 'https://airhub-api-sandbox.airspacelink.com/v1/operations//laanc' \ --header 'Content-Type: application/json' \ --data-raw '{ "license": "LICENSE_PART_107", "fixedAltitude": false, "pointOfContact": { "firstName": "Bob", "lastName": "Jones", "phoneNumber": "540-867-5309", "emailAddress": "bobjones@email.com" } }'
{}