http://127.0.0.1:8000/api/v1/login
Arguments | Type | Description |
---|---|---|
sting | Required [email protected] | |
password | string | Required asdffdsa |
http://127.0.0.1:8000/api/v1/register
Arguments | Type | Description |
---|---|---|
name | sting | Required Post Malone |
sting | Required [email protected] | |
role | enum | Required admin/staff |
password | string | Required asdffdsa |
password_confirmation | string | Required asdffdsa |
http://127.0.0.1:8000/api/v1/your-profile
http://127.0.0.1:8000/api/v1/user-profile/{id}
http://127.0.0.1:8000/api/v1/user-lists
http://127.0.0.1:8000/api/v1/edit
Arguments | Type | Description |
---|---|---|
name | sting | Required Post Malone |
sting | Required [email protected] |
http://127.0.0.1:8000/api/v1/update-password
Arguments | Type | Description |
---|---|---|
current_password | sting | Required asdffdsa |
password | string | Required asdffdsa |
password_confirmation | string | Required asdffdsa |
http://127.0.0.1:8000/api/v1/logout
http://127.0.0.1:8000/api/v1/photo/store
Arguments | Type | Description |
---|---|---|
photos[] | array | Required [] |
http://127.0.0.1:8000/api/v1/photo/list
http://127.0.0.1:8000/api/v1/photo/show/{id}
http://127.0.0.1:8000/api/v1/photo/delete/{id}
http://127.0.0.1:8000/api/v1/photo/multiple-delete
Arguments | Type | Description |
---|---|---|
photos | array | Required [1,2,3] |
http://127.0.0.1:8000/api/v1/photo/trash
http://127.0.0.1:8000/api/v1/photo/restore/{id}
http://127.0.0.1:8000/api/v1/photo/force-delete/{id}
http://127.0.0.1:8000/api/v1/photo/clear-trash