Skip to content

Commit

Permalink
Update API_TEMPLATE.md (#9059)
Browse files Browse the repository at this point in the history
Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws authored Jan 13, 2025
1 parent 83afb9b commit f87790d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/API_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following table lists the available request body fields.

## Example request(s)

**TIP:** If multiple examples exist for the request, seperate those examples using an `h3` header underneath this section.
**TIP:** If multiple examples exist for the request, separate those examples using an `h3` header underneath this section.

### Request with an example object

Expand All @@ -63,7 +63,7 @@ POST /_example/endpoint/
```
{% include copy-curl.html %}

## Request without an example object
### Request without an example object

The following example shows an API request without an example object:

Expand All @@ -75,7 +75,7 @@ POST /_example/endpoint/

## Example response

**TIP:** If multiple response examples exist for the request, seperate those examples using an `h3` header underneath this section, similar to the [Example requests](#example-requests).
**TIP:** If multiple examples exist for the request, separate those examples using an `h3` header under this section, similar to the [Example requests](#example-requests).

The following example shows an API response:

Expand Down

0 comments on commit f87790d

Please sign in to comment.