Skip to content

Commit

Permalink
fix(http docs): incorrect endpoint in description (#1429)
Browse files Browse the repository at this point in the history
* fix(http docs): incorrect endpoint in description

* test: trigger a rebuild via CI

Co-authored-by: orun <orun@agencyundone.com>
  • Loading branch information
yusefnapora and orvn authored Jun 8, 2022
1 parent 09550b9 commit f445cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ TBD

## Docs

Docs are written in markdown and uses Nextra.
Docs are written in markdown and use Nextra.

Notes
- ensure that components (eg. `<Callout>... </Callout>`) are not indented
Expand Down
2 changes: 1 addition & 1 deletion packages/website/public/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ components:
$ref: '#/components/schemas/ErrorResponse'
parameters:
before:
description: Specifies a date, in ISO 8601 format. Ensures that the call to `/list` will not return any results newer than the given date.
description: Specifies a date, in ISO 8601 format. Ensures that the call to `/user/uploads` will not return any results newer than the given date.
name: before
in: query
required: false
Expand Down

0 comments on commit f445cda

Please sign in to comment.