User Identity endpoints #11

Merged
javier merged 6 commits from library/user-identity into main 2025-10-15 21:59:33 +00:00
Showing only changes of commit 2519fa7857 - Show all commits
+12
View File
@@ -508,6 +508,9 @@ paths:
- $ref: '#/components/schemas/MasterResult'
- $ref: '#/components/schemas/ArtistResult'
- $ref: '#/components/schemas/LabelResult'
required:
- pagination
- results
'401':
$ref: '#/components/responses/Unauthorized'
'500':
@@ -576,6 +579,9 @@ paths:
type: array
items:
$ref: '#/components/schemas/ArtistRelease'
required:
- pagination
- releases
'404':
$ref: '#/components/responses/NotFound'
/labels/{label_id}:
@@ -640,6 +646,9 @@ paths:
type: array
items:
$ref: '#/components/schemas/LabelRelease'
required:
- pagination
- releases
'404':
$ref: '#/components/responses/NotFound'
/masters/{master_id}:
@@ -713,6 +722,9 @@ paths:
type: array
items:
$ref: '#/components/schemas/ReleaseVersion'
required:
- pagination
- versions
'404':
$ref: '#/components/responses/NotFound'
/releases/{release_id}: