Skip to content

Commit

Permalink
Update API Documentation from vida.live
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrobinson5060 committed Sep 26, 2024
1 parent d8a9889 commit d8ab24a
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions apiv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,6 @@
"application/json": {
"schema": {
"type": "object",
"required": [],
"properties": {
"accountName": {
"description": "Account Name",
Expand Down Expand Up @@ -2439,7 +2438,6 @@
"application/json": {
"schema": {
"type": "object",
"required": [],
"properties": {
"targetUserId": {
"description": "User Id of the user you are removing from your account",
Expand Down Expand Up @@ -2496,7 +2494,31 @@
"apiKeyAuth": []
}
],
"requestBody": {}
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"description": "Email of the person you are inviting",
"type": "string",
"example": "[email protected]"
},
"redirectUrl": {
"description": "URL to redirect user to after they accept invite",
"type": "string",
"example": "https://vida.io/welcome"
}
}
}
}
}
}
}
},
"/api/v2/stats/usage": {
Expand Down Expand Up @@ -2545,10 +2567,7 @@
{
"apiKeyAuth": []
}
],
"requestBody": {
"required": false
}
]
}
},
"/api/v2/product/currentPlan": {
Expand Down

0 comments on commit d8ab24a

Please sign in to comment.