쿼리
저장된 및 예약된 쿼리에 대한 REST API 작업
개요
필수 권한
작업
Authorizations
X-API-KeystringRequired
Body
descriptionstringOptional
The description of the query
namestringRequired
The name of the query
sqlstringRequired
The raw sql of the query
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
409
exists: Conflict response.
application/json
post
/queriesupdates a query
Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired
Body
descriptionstringOptional
The description of the query
namestringRequired
The name of the query
sqlstringRequired
The raw sql of the query
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
404
not_found: Not Found response.
application/json
post
/queries/{id}마지막 업데이트
도움이 되었나요?

