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
kvp+json is WYRIWYG (What You Request Is What You Get); meaning if you did not say fields=lidvid then you will not get the lidvid. Given this, change your request to:
💪 Motivation
...so that I can use it
📖 Additional Details
⚖️ Acceptance Criteria
Given a registry API server on localhost:8080
When I perform curl --location --request GET 'http://localhost:8080/products/urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00014_20181211_073042::1.0/collections'
--header 'Accept: application/kvp+json'
Then I expect to have the full lidvid identifier in a single property, named TO_BE_DEFINED
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: