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
Check the following urls and their swagger interaction possibilities
for resolving pids (GET /api/v1/pit/pid/**)
for retriving known PIDs (GET /api/v1/pit/known-pid/**)
for updating PIDs (GET /api/v1/pit/pid/**)
Expected behavior
when trying out the call in the swagger interface, there should be an input element for assigning a value to the ** placeholder
it would be nicer to have a variable name instead of **
Additional context
It is an issue that PIDs may contain slashes
One approach would be for the API to assume a "prefix/suffix" scheme, but it may limit the API to the common Handle-PID scheme.
We could instead investigate if we can catch all fragments in a list in another way and join them, and how this is being displayed in the swagger interface.
The text was updated successfully, but these errors were encountered:
Describe the bug
The openApi/swagger documentation displays some URLs in a misinterpretable way and does not provide a proper testing interface.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: