73 lines
1.6 KiB
YAML
73 lines
1.6 KiB
YAML
info:
|
|
name: setCacheParams
|
|
type: http
|
|
seq: 5
|
|
tags:
|
|
- autenticazione
|
|
|
|
http:
|
|
method: PUT
|
|
url: "{{baseUrl}}/login/cache/"
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|
|
|
|
examples:
|
|
- name: 200 Response
|
|
description: Successful response
|
|
request:
|
|
url: "{{baseUrl}}/login/cache/"
|
|
method: PUT
|
|
response:
|
|
status: 200
|
|
statusText: OK
|
|
body:
|
|
type: text
|
|
data: ""
|
|
- name: 422 Response
|
|
description: Aggiornamento non riuscito
|
|
request:
|
|
url: "{{baseUrl}}/login/cache/"
|
|
method: PUT
|
|
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>Imposta le cache da abiltiare/disabilitare per la sessione utente
|
|
|
|
|
|
**Estensioni:**
|
|
|
|
Codice Estensione|Valore|Nota
|
|
-|-|-
|
|
x-cache-type|noCache|Nessuna cache impostata 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: AUTHENTICATED**
|
|
|
|
Profilo|Controllo| Funzione
|
|
-|-|-
|
|
AUTENTICATO|Funzione riservata a tutti gli utenti autenticati|Security.checkAuthUser()
|
|
|
|
|
|
Classe di modello : DettaglioErroreAggiuntivo
|
|
======
|
|
|
|
Estensioni sulle proprietà
|
|
----
|
|
Proprietà | x-field-type
|
|
-|-|
|
|
rawValue|rawJson
|