cycleplatform / api-spec

OpenAPI spec files for Cycle APIs
Other
3 stars 0 forks source link

Add lookup endpoint to api spec #202

Closed mattoni closed 11 months ago

mattoni commented 11 months ago

Adds support for resource identifier string lookups:

/v1/utils/lookup?identifier=<base64-resource-identifier>&desired-component=<string>

This endpoint will return a response in the shape of:

{
  "data": {
    "id": <id>
  }
}