Skip to content

Commit

Permalink
Chore: Add path parameter style note to style guide (#5977)
Browse files Browse the repository at this point in the history
add path param to style guide
  • Loading branch information
Guaris authored Aug 18, 2023
1 parent 6a312b9 commit ce89392
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/contributing/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ The type of placeholder you use depends on context:
* For situations where you need a generic domain name and the examples are illustrative only (not intended to be runnable as-is), use `example` or `example.com`.

For example: `[email protected]` or `https://example.okta.admin.com`
* **Path parameters**
* Path parameters must be denoted with curly braces `{}`.

For example: `http://localhost:8001/services/{service_id_or_name}/routes/{route_id_or_name}`


## Capitalization guidelines

Expand Down

0 comments on commit ce89392

Please sign in to comment.