Skip to content

Commit f3e9508

Browse files
feat: add "future" status to feed types in Operations API (#1175)
1 parent 9d8dd8c commit f3e9508

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/OperationsAPI.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,12 +444,14 @@ components:
444444
* `deprecated` Feed is explicitly deprecated and should not be used in public trip planners.
445445
* `inactive` Feed hasn't been recently updated and should be used at risk of providing outdated information.
446446
* `development` Feed is being used for development purposes and should not be used in public trip planners.
447+
* `future` Feed is not yet active but will be in the future.
447448
type: string
448449
enum:
449450
- active
450451
- deprecated
451452
- inactive
452453
- development
454+
- future
453455
example: active
454456

455457
DataType:

0 commit comments

Comments
 (0)