You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
states that a POST body is not required (see "required": false. Since one has to specify at least the name and an optional description that seems to be a bit odd. I think it should be "required": true.
The same can be found on the PUT method
The text was updated successfully, but these errors were encountered:
samatstariongroup
changed the title
potentail issues found in openapi.json - body should be required on POST and PUT methods, document states that these are not required
potential issues found in openapi.json - body should be required on POST and PUT methods, document states that these are not required
Apr 29, 2023
Dear All,
I am studying the openapi.json file at https://raw.githubusercontent.com/Systems-Modeling/SysML-v2-API-Services/master/public/docs/openapi.json.
The
postProject
operation as specified between lines 80 and 100:states that a POST body is not required (see "required": false. Since one has to specify at least the
name
and an optionaldescription
that seems to be a bit odd. I think it should be"required": true.
The same can be found on the PUT method
The text was updated successfully, but these errors were encountered: