Submit Authorization
POST
/v1/operations/{aslId}/laanc/authorizations/{hashCode}Last modified: a month ago
Scope: laanc:create
This method will create a new LAANC Authorization
Request
Path Params
aslId
string
required
ASL operation ID of authorization to submit
hashCode
string
required
ID of the authorization to submit to the FAA
Body Params application/json
No schema defined
Example
{
"justification": "There are no scheduled flights at this time"
}
Request samples
Responses
OK(200)
Forbidden(403)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
A successful response.
Data Schema
No schema defined
Example
Not configured
Last modified: a month ago