Create a parser
Create a parser
deprecated
The request is a JSON body defining the new parser. Only the id field is required to create a new parser that contains no stages. Use /api/parsers/_schema to get the schema for parserStages and other parser configuration keys.
POST
Create a parser
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The app to which this object belongs, as app:SomeApp. If the app doesn't exist, the request fails. Other comma-separated contexts in the context parameter are allowed but ignored.
Body
application/json
Response
201 - */*
Created