Skip to content

Commit

Permalink
Update airtable.yaml
Browse files Browse the repository at this point in the history
Use square brackets for base_id so they don't get escaped as html
  • Loading branch information
ninayang authored Jul 15, 2019
1 parent 6d5206e commit 8001654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airtable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ paths:
components:
parameters:
baseId:
description: "The Airtable base ID. This can be found as part of the API documentation URL. Go to https://airtable.com/api and select the base you're interested in, then find the base ID in the resulting URL: https://airtable.com/<baseId>/api/docs."
description: "The Airtable base ID. This can be found as part of the API documentation URL. Go to https://airtable.com/api and select the base you're interested in, then find the base ID in the resulting URL: https://airtable.com/[baseId]/api/docs."
in: path
name: baseId
required: true
Expand Down

0 comments on commit 8001654

Please sign in to comment.