Change ProcessCollection to ProcessList in oapip schema ref (#494)

Should fix #493
This commit is contained in:
Just van den Broecke
2020-07-23 13:06:57 +02:00
committed by GitHub
parent 284bf96b90
commit d04cbd0e0d
+1 -1
View File
@@ -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'}
}
}