Change ProcessCollection to ProcessList in oapip schema ref (#494)
Should fix #493
This commit is contained in:
committed by
GitHub
parent
284bf96b90
commit
d04cbd0e0d
+1
-1
@@ -517,7 +517,7 @@ def get_oas_30(cfg):
|
||||
{'$ref': '#/components/parameters/f'}
|
||||
],
|
||||
'responses': {
|
||||
'200': {'$ref': '{}/responses/ProcessCollection.yaml'.format(OPENAPI_YAML['oapip'])}, # noqa
|
||||
'200': {'$ref': '{}/responses/ProcessList.yaml'.format(OPENAPI_YAML['oapip'])}, # noqa
|
||||
'default': {'$ref': '#/components/responses/default'}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user