diff --git a/src/resources/entities/entity_endpoint.py b/src/resources/entities/entity_endpoint.py index 0addd080..26202bbb 100644 --- a/src/resources/entities/entity_endpoint.py +++ b/src/resources/entities/entity_endpoint.py @@ -181,7 +181,7 @@ def get(self, id_): parameters: - in: path required: true - name: id + name: id_ description: The id of the entity to retrieve schema: type: integer @@ -215,7 +215,7 @@ def delete(self, id_): parameters: - in: path required: true - name: id + name: id_ description: The id of the entity to delete schema: type: integer @@ -246,7 +246,7 @@ def patch(self, id_): parameters: - in: path required: true - name: id + name: id_ description: The id of the entity to update schema: type: integer diff --git a/src/resources/table_endpoints/table_endpoints.py b/src/resources/table_endpoints/table_endpoints.py index d2584c89..aed0e1e7 100644 --- a/src/resources/table_endpoints/table_endpoints.py +++ b/src/resources/table_endpoints/table_endpoints.py @@ -24,7 +24,7 @@ def get(self, id_): parameters: - in: path required: true - name: id + name: id_ description: The id of the instrument to retrieve the facility cycles of schema: type: integer @@ -71,7 +71,7 @@ def get(self, id_): parameters: - in: path required: true - name: id + name: id_ description: The id of the instrument to count the facility cycles of schema: type: integer