Merge pull request #558 from Algunenano/developer_center_fix

Docs: Avoid using brackets in the summary
This commit is contained in:
Raúl Marín 2019-01-11 12:46:36 +01:00 committed by GitHub
commit e8c419fe61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ tags:
paths:
/sql:
get:
summary: [GET] Runs a single SQL statement
summary: Run a single SQL statement using GET.
description: |
Runs a single SQL statement:
- SELECT, INSERT, UPDATE, DELETE,
@ -102,7 +102,7 @@ paths:
curl -X GET \
https://username.carto.com/api/v2/sql?q=SELECT count(*) FROM cities
post:
summary: [POST] Runs a single SQL statement.
summary: Run a single SQL statement using POST.
description: >
Runs a single SQL statement: