update request files after update to bruno 4.x
This commit is contained in:
+6
-5
@@ -7,12 +7,8 @@ info:
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiMatur/"
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiMatur/?annoMaturita="
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
- name: annoMaturita
|
||||
value: ""
|
||||
type: query
|
||||
@@ -42,6 +38,10 @@ http:
|
||||
type: query
|
||||
description: flag che indica se l'allegato risulta validato o meno
|
||||
disabled: true
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
@@ -49,6 +49,7 @@ settings:
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
forwardAuthorizationHeader: true
|
||||
|
||||
examples:
|
||||
- name: 200 Response
|
||||
|
||||
Reference in New Issue
Block a user