Skip to main content

Get a repository name to UUID mapping of the requested UUIDs

POST 

/code/api/v1/repositories/query

Get a mapping between repository ids provided to the corresponding repositories names

Request

Body

required
    repositoriesIds string[]required

Responses

repositories mapping

Schema
    anyOf
  • Array [
  • id stringrequired
    repository stringrequired
  • ]
Loading...