Skip to content

Commit

Permalink
Automated deployment: Fri Aug 11 06:58:02 UTC 2023 8e1b602
Browse files Browse the repository at this point in the history
  • Loading branch information
Saranya-jena committed Aug 11, 2023
1 parent 921363b commit ee4a2cc
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 102 deletions.
16 changes: 16 additions & 0 deletions auth/v3.0.0/auth-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,13 @@
},
"LoginResponse": {
"type": "object",
"required": [
"accessToken",
"expiresIn",
"projectID",
"projectRole",
"type"
],
"properties": {
"accessToken": {
"type": "string"
Expand Down Expand Up @@ -1204,6 +1211,7 @@
},
"User": {
"type": "object",
"required": ["userID", "username", "role", "isRemoved"],
"properties": {
"userID": {
"type": "string"
Expand Down Expand Up @@ -1245,6 +1253,7 @@
},
"ProjectMember": {
"type": "object",
"required": ["userID", "username", "invitation", "role"],
"properties": {
"userID": {
"type": "string"
Expand Down Expand Up @@ -1273,6 +1282,12 @@
},
"GetInvitationResponse": {
"type": "object",
"required": [
"projectID",
"projectName",
"invitationRole",
"projectOwner"
],
"properties": {
"projectName": {
"type": "string"
Expand All @@ -1291,6 +1306,7 @@
},
"Project": {
"type": "object",
"required": ["projectID", "name", "members"],
"properties": {
"updatedBy": {
"$ref": "#/definitions/ActionBy"
Expand Down
Loading

0 comments on commit ee4a2cc

Please sign in to comment.