Skip to content

Commit

Permalink
rename facility filter to resource id filter
Browse files Browse the repository at this point in the history
  • Loading branch information
catkins-miso committed Nov 6, 2024
1 parent 39ef4e5 commit 5a1e100
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.7.6)
json (2.8.1)
just-the-docs (0.10.0)
jekyll (>= 3.8.5)
jekyll-include-cache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: transmission-facility
name: resource-id
description: |
Only return limits for this transmission facility.
Only return limits for this power system resource
in: query
required: false
schema:
Expand All @@ -9,3 +9,6 @@ examples:
circuit-id:
summary: A typical AC line identifier
value: "86753_1"
mrid:
summary: A unique identifier for a power system resource
value: "123456789012345678"
4 changes: 2 additions & 2 deletions docs/_spec/paths/limits_forecast-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ current:
- $ref: ../components/parameters/offset-period-start.yaml
- $ref: ../components/parameters/period-end.yaml
- $ref: ../components/parameters/monitoring-set-filter.yaml
- $ref: ../components/parameters/facility-filter.yaml
- $ref: ../components/parameters/resource-id-filter.yaml
- $ref: ../components/parameters/static-only.yaml
description: |
Expand Down Expand Up @@ -118,7 +118,7 @@ historical:
- $ref: ../components/parameters/offset-period-start.yaml
- $ref: ../components/parameters/period-end.yaml
- $ref: ../components/parameters/monitoring-set-filter.yaml
- $ref: ../components/parameters/facility-filter.yaml
- $ref: ../components/parameters/resource-id-filter.yaml
- $ref: ../components/parameters/static-only.yaml
- name: period
description: |
Expand Down
2 changes: 1 addition & 1 deletion docs/_spec/paths/limits_realtime-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
- Real-Time
parameters: &params
- $ref: ../components/parameters/monitoring-set-filter.yaml
- $ref: ../components/parameters/facility-filter.yaml
- $ref: ../components/parameters/resource-id-filter.yaml
responses: &responses
'200':
description: The System Operating Limits snapshot is returned.
Expand Down
2 changes: 1 addition & 1 deletion docs/_spec/paths/seasonal-ratings-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ get:
- Seasonal
parameters:
- $ref: ../components/parameters/monitoring-set-filter.yaml
- $ref: ../components/parameters/facility-filter.yaml
- $ref: ../components/parameters/resource-id-filter.yaml
responses:
'200':
description: OK
Expand Down

0 comments on commit 5a1e100

Please sign in to comment.