Go-TestAPI/brunoTest/golang-test/User/Edit User Name.bru

20 lines
198 B
Plaintext
Raw Normal View History

2024-06-07 12:52:30 +00:00
meta {
name: Edit User Name
type: http
seq: 4
}
patch {
url: {{host}}/user
body: formUrlEncoded
auth: bearer
}
auth:bearer {
token: {{token}}
}
body:form-urlencoded {
Name: Joe
}