post https://$DOMAIN/autoql/management/api/v1/projects
Create a Project
- Requires AutoQL JWT
Log in to see full request history
Responses
Create a Project
xxxxxxxxxx
curl --request POST \
--url 'https:///$DOMAIN/autoql/management/api/v1/projects' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"query_timeout_seconds": 20
}
'
Try It!
to start a request and see the response here! Or choose an example: