update request files after update to bruno 4.x
This commit is contained in:
+5
-4
@@ -9,15 +9,15 @@ http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/persone/:persId/tutori/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: filtroTutori
|
||||
value: ""
|
||||
type: query
|
||||
description: "1: recupera tutti i tutori. 0 (o nullo): recupera solo i tutori validi."
|
||||
disabled: true
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
@@ -25,6 +25,7 @@ settings:
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
forwardAuthorizationHeader: true
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
|
||||
Reference in New Issue
Block a user