-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
REST API IssueNot an issue with this app, per se. Just keeping track of problems we need fixed in the REST APINot an issue with this app, per se. Just keeping track of problems we need fixed in the REST APIWeb UI IssueNot an issue with this app, per se. Just keeping track of problems we need fixed in the Web UINot an issue with this app, per se. Just keeping track of problems we need fixed in the Web UI
Description
While it is obvious to do POST & GET images to/from each Test entries with the WEB UI,
it is not through the REST API.
According to the Swagger page, there are endpoints for POST & GET available;
/component-tests/{oid}/images
But it is not clear how we are supposed to obtain an oid through the REST API.
When we GET a Test entry, we think we see an oid as a part of "href" under "links" and "methods".
If so, would it be possible to obtain an oid with a specific key name (e.g., "oid" : ), when we GET a Test entry?
It would be also helpful if oid is included in the response to POST as well.
Metadata
Metadata
Assignees
Labels
REST API IssueNot an issue with this app, per se. Just keeping track of problems we need fixed in the REST APINot an issue with this app, per se. Just keeping track of problems we need fixed in the REST APIWeb UI IssueNot an issue with this app, per se. Just keeping track of problems we need fixed in the Web UINot an issue with this app, per se. Just keeping track of problems we need fixed in the Web UI