update request files after update to bruno 4.x
This commit is contained in:
+6
-5
@@ -7,12 +7,8 @@ info:
|
||||
|
||||
http:
|
||||
method: DELETE
|
||||
url: "{{baseUrl}}/allegati/docPers/:docPersId"
|
||||
url: "{{baseUrl}}/allegati/docPers/:docPersId?allegatoId="
|
||||
params:
|
||||
- name: docPersId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo documento identità
|
||||
- name: allegatoId
|
||||
value: ""
|
||||
type: query
|
||||
@@ -27,6 +23,10 @@ http:
|
||||
type: query
|
||||
description: tipologia dell'allegato relativo all'entità p17_tipologia_allegati
|
||||
disabled: true
|
||||
- name: docPersId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo documento identità
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
@@ -34,6 +34,7 @@ settings:
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
forwardAuthorizationHeader: true
|
||||
|
||||
examples:
|
||||
- name: 204 Response
|
||||
|
||||
Reference in New Issue
Block a user