Update Accounts responses
This commit is contained in:
parent
75dc3abaef
commit
3292cd740d
@ -43,14 +43,12 @@ A json object for the registered account with `id`, `username`, `email`, `timezo
|
||||
|
||||
```
|
||||
{
|
||||
"data": {
|
||||
"id": 1,
|
||||
"username": "jean",
|
||||
"email": "jean@example.com",
|
||||
"timezone": "Europe/Brussels",
|
||||
"earliest_time":"09:30 AM",
|
||||
"latest_time":"10:00 PM"l
|
||||
}
|
||||
"latest_time":"10:00 PM"
|
||||
}
|
||||
```
|
||||
|
||||
@ -75,14 +73,12 @@ A json object for the registered account with `id`, `username`, `email`, `timezo
|
||||
|
||||
```
|
||||
{
|
||||
"data": {
|
||||
"id": 1,
|
||||
"username": "jean",
|
||||
"email": "jean@example.com",
|
||||
"timezone": "Europe/Brussels",
|
||||
"earliest_time":"09:30 AM",
|
||||
"latest_time":"10:00 PM"l
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -108,14 +104,12 @@ A json object for the registered account with `id`, `username`, `email`, `timezo
|
||||
|
||||
```
|
||||
{
|
||||
"data": {
|
||||
"id": 1,
|
||||
"username": "jean",
|
||||
"email": "jean@example.com",
|
||||
"timezone": "Europe/Brussels",
|
||||
"earliest_time": "09:30 AM",
|
||||
"latest_time": "10:00 PM"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -135,15 +129,11 @@ A json object for the account to delete with `id`.
|
||||
|
||||
##### Response `200`
|
||||
|
||||
A json object for the deleted account with `id`, `username` and `email`.
|
||||
A json object for the deleted account with confirmation message.
|
||||
|
||||
```
|
||||
{
|
||||
"data": {
|
||||
"id": 15,
|
||||
"username": "jean",
|
||||
"email": "jean@example.com"
|
||||
}
|
||||
"message": "Account with id 15 successfully deleted."
|
||||
}
|
||||
```
|
||||
|
||||
@ -166,8 +156,7 @@ A json object with an `account_id`.
|
||||
A json object for the specified account with an array of `meeting`.
|
||||
|
||||
```
|
||||
{
|
||||
"data": [{
|
||||
[{
|
||||
"id": "f86983db-955e-43b8-be3e-bc92bbeb9b43",
|
||||
"title": "Worldwide strategy meeting for growth",
|
||||
"description": "Let's find the best ethical growth hacking technics together. Yeah, fun.",
|
||||
@ -182,8 +171,8 @@ A json object for the specified account with an array of `meeting`.
|
||||
"duration": 120,
|
||||
"status": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
```
|
||||
|
||||
### **Meetings** | `meeting`
|
||||
|
Loading…
Reference in New Issue
Block a user