Files
tasknote/TaskNoteBruno/Session/Refresh.bru
T
2025-12-15 16:50:58 -03:00

16 lines
160 B
Plaintext

meta {
name: Refresh
type: http
seq: 1
}
get {
url: {{addr}}/rest/user-sessions/refresh
body: none
auth: inherit
}
settings {
encodeUrl: true
}