first commit
This commit is contained in:
commit
ea35958607
19 changed files with 285 additions and 0 deletions
11
api/user/avatar/delete.bru
Normal file
11
api/user/avatar/delete.bru
Normal file
|
@ -0,0 +1,11 @@
|
|||
meta {
|
||||
name: delete
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
delete {
|
||||
url: {{base_url}}/api/user/avatar/delete
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
19
api/user/avatar/set.bru
Normal file
19
api/user/avatar/set.bru
Normal file
|
@ -0,0 +1,19 @@
|
|||
meta {
|
||||
name: set
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/api/user/avatar/set?user=73d2d5da-c0ba-4cd9-b906-8cd2cb82e2b2
|
||||
body: multipartForm
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
user: 73d2d5da-c0ba-4cd9-b906-8cd2cb82e2b2
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
file: @file(/mnt/External Drive/Images/wot/7dc61f8b8bd6c5019f902d05d2ff8bb0-1844390142.png)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue