Update Bruno API tests for user endpoints including new profile management
This commit is contained in:
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{base_url}}/api/user/username
|
||||
url: {{base_url}}/api/auth/username
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
@@ -28,7 +28,7 @@ docs {
|
||||
|
||||
**Method:** PUT
|
||||
|
||||
**Endpoint:** /api/user/username
|
||||
**Endpoint:** /api/auth/username
|
||||
|
||||
**Authentication:** Required
|
||||
|
||||
|
||||
Reference in New Issue
Block a user