mirror of
https://github.com/miniflux/v2.git
synced 2025-10-15 19:42:07 +00:00
Add Bruno Miniflux API collection
Bruno is a lightweight alternative to Postman/Insomnia. - https://www.usebruno.com - https://github.com/usebruno/bruno
This commit is contained in:
parent
d0377d5d9d
commit
09e9b0361d
44 changed files with 995 additions and 1 deletions
26
contrib/bruno/miniflux/Update a user.bru
Normal file
26
contrib/bruno/miniflux/Update a user.bru
Normal file
|
@ -0,0 +1,26 @@
|
|||
meta {
|
||||
name: Update a user
|
||||
type: http
|
||||
seq: 6
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{minifluxBaseURL}}/v1/users/{{userID}}
|
||||
body: json
|
||||
auth: basic
|
||||
}
|
||||
|
||||
auth:basic {
|
||||
username: {{minifluxUsername}}
|
||||
password: {{minifluxPassword}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"language": "fr_FR"
|
||||
}
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
userID: 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue