Skip to content

Commit

Permalink
Merge branch '1.0.x' into revert-13-revert-12-PIN-4024
Browse files Browse the repository at this point in the history
  • Loading branch information
beetlecrunch committed Nov 3, 2023
2 parents 0d9f331 + 2c2a555 commit d483a52
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion selfcare-v2-client/interface-specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ paths:
userProductRoles:
- string
zipCode: string
logo: string
'400':
description: Bad Request
content:
Expand Down Expand Up @@ -579,6 +580,7 @@ paths:
- PT
- SCP
- SA
- AS
type: string
responses:
'200':
Expand Down Expand Up @@ -1304,7 +1306,7 @@ paths:
get:
tags:
- users
summary: getUuserById
summary: getUserById
description: Get user by Id
operationId: getUserInfoUsingGET
parameters:
Expand Down Expand Up @@ -1424,6 +1426,7 @@ components:
- PT
- SCP
- SA
- AS
type: string
description: Institution's type
origin:
Expand Down Expand Up @@ -1497,6 +1500,7 @@ components:
- PT
- SCP
- SA
- AS
type: string
description: Institution's type
origin:
Expand Down Expand Up @@ -1532,6 +1536,9 @@ components:
zipCode:
type: string
description: Institution's zipCode
logo:
type: string
description: Institution's logo
InvalidParam:
title: InvalidParam
required:
Expand Down Expand Up @@ -1867,6 +1874,8 @@ components:
- PSP
- PT
- SCP
- SA
- AS
type: string
attributes:
$ref: '#/components/schemas/Attributes'
Expand Down Expand Up @@ -1997,6 +2006,8 @@ components:
- PSP
- PT
- SCP
- SA
- AS
type: string
productId:
type: string
Expand Down Expand Up @@ -2051,6 +2062,8 @@ components:
- PSP
- PT
- SCP
- SA
- AS
type: string
description: Institution's type
productInfo:
Expand Down Expand Up @@ -2118,6 +2131,7 @@ components:
- PSP
- PT
- SCP
- SA
- AS
type: string
origin:
Expand Down

0 comments on commit d483a52

Please sign in to comment.