Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
caindy committed Jan 16, 2024
1 parent 98a192c commit bdf61a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
Expand Down
17 changes: 2 additions & 15 deletions docs/_data/components/responses/archived.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
description: Gone. The requested forecast may be available in ratings archive.
content:
application/*:
schema:
$ref: ../schemas/empty.yaml
$ref: empty.yaml
headers:
X-Rate-Limit-Limit:
$ref: ../headers/X-Rate-Limit-Limit.yaml
X-Rate-Limit-Remaining:
$ref: ../headers/X-Rate-Limit-Remaining.yaml
X-Rate-Limit-Reset:
$ref: ../headers/X-Rate-Limit-Reset.yaml
Location:
schema:
description: The URL for the archived forecast
type: string
pattern: ^http.*
maxLength: 2000
$ref: ../headers/rate-limited.yaml
1 change: 1 addition & 0 deletions docs/_data/components/responses/empty.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
application/*:
schema:
$ref: ../schemas/empty.yaml
example: ""
13 changes: 3 additions & 10 deletions docs/_data/components/responses/forbidden.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
description: Access denied
description: Access denied.
content:
application/*:
schema:
$ref: ../schemas/empty.yaml
$ref: empty.yaml
headers:
X-Rate-Limit-Limit:
$ref: ../headers/X-Rate-Limit-Limit.yaml
X-Rate-Limit-Remaining:
$ref: ../headers/X-Rate-Limit-Remaining.yaml
X-Rate-Limit-Reset:
$ref: ../headers/X-Rate-Limit-Reset.yaml
$ref: ../headers/rate-limited.yaml

0 comments on commit bdf61a7

Please sign in to comment.