Skip to main content

Get a repository name to UUID mapping of the requested UUIDs

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 string required
  • repository string required
  • ]
Loading...