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
The GET /proposal/visits/{visit} endpoint requires the prop parameter, but the Swagger API spec doc does not list it as a parameter nor indicate that it is required. For example, the GET request
The API docs are at api/docs (or in case it changes in the future, cd780d6). Near the top of README.md in that directory is a link to the Swagger spec file:
The GET
/proposal/visits/{visit}
endpoint requires theprop
parameter, but the Swagger API spec doc does not list it as a parameter nor indicate that it is required. For example, the GET requestfails with the following exception:
However, it succeeds if the
prop
parameter is specified in the GET request:The text was updated successfully, but these errors were encountered: