add initial ESSE3 collections
This commit is contained in:
+86
@@ -0,0 +1,86 @@
|
||||
info:
|
||||
name: inserimento metadati allegato documento identità
|
||||
type: http
|
||||
seq: 10
|
||||
tags:
|
||||
- allegati
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: 201 Response
|
||||
description: Successful response
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
method: POST
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 201
|
||||
statusText: Created
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
- name: 422 Response
|
||||
description: Aggiornamento non riuscito
|
||||
request:
|
||||
url: "{{baseUrl}}/allegati/:persId/allegatiDocIdent/"
|
||||
method: POST
|
||||
params:
|
||||
- name: persId
|
||||
value: ""
|
||||
type: path
|
||||
description: identificativo della persona
|
||||
response:
|
||||
status: 422
|
||||
statusText: Unprocessable Entity
|
||||
body:
|
||||
type: text
|
||||
data: ""
|
||||
|
||||
docs: |
|
||||
<span class="e3rest-operation-auth-img-list"><img src="basic.png"/><img src="jwt.png"/></span>consente di effettuare l'inserimento dei metadati di un nuovo allegato, sulla risposta è presente l'header location che consente di effettuare l'upload del blob collegato ai metadati
|
||||
|
||||
**Estensioni:**
|
||||
|
||||
Codice Estensione|Valore|Nota
|
||||
-|-|-
|
||||
x-cache-type|lowRefreshRateUserIndependent|Risorsa che varia con frequenza bassa, cache Http abilitata, cache server abilitata. Maggiori dettagli [qui](https://wiki.u-gov.it/confluence/display/ESSE3/Servizi+REST+su+ESSE3#ServiziRESTsuESSE3-Cachingdellerichieste)
|
||||
|
||||
|
||||
**Controlli di sicurezza:**
|
||||
======
|
||||
_Nota: Il controllo per utente è verificato quando viene passato almeno uno dei controlli previsti_
|
||||
|
||||
**Utente: USER_TECNICO**
|
||||
|
||||
Profilo|Controllo| Funzione
|
||||
-|-|-
|
||||
UTENTE_TECNICO|funzione accessibile alle utenze tecniche per accessi ai servizi REST|Security.checkUserTecnico()
|
||||
|
||||
|
||||
Classe di modello : DettaglioErroreAggiuntivo
|
||||
======
|
||||
|
||||
Estensioni sulle proprietà
|
||||
----
|
||||
Proprietà | x-field-type
|
||||
-|-|
|
||||
rawValue|rawJson
|
||||
Reference in New Issue
Block a user