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
Many of the endpoints that return lists, have a description that reads as if all of the files will be returned instead of a list of the files. Please revise the following endpoints as follows:
GET /{model-name}
The summary and description should say, "Returns a list of every relevant {model-name}." (instead of "Returns every relevant {model-name}")
The summary and description should say, "Returns a list of every relevant snapshot." (instead of "Returns every relevant snapshot")
GET /{model-name}/{id}/attachment
The summary and description should say, "Returns a list of every relevant attachment." (instead of "Returns every relevant attachment")
GET /profile/{id}/resolved-snapshot
The summary and description should say, "Returns a list of every relevant resolved profile catalog." (instead of "Returns every relevant resolved profile catalog")
The text was updated successfully, but these errors were encountered:
Many of the endpoints that return lists, have a description that reads as if all of the files will be returned instead of a list of the files. Please revise the following endpoints as follows:
GET /{model-name}
GET /{model-name}/{id}/snapshot
(note, this may be addressed in Manage Snapshot Tagging #84 )GET /{model-name}/{id}/attachment
GET /profile/{id}/resolved-snapshot
The text was updated successfully, but these errors were encountered: