Files
tasknote/TaskNoteBruno/Session/Refresh.bru
T

16 lines
160 B
Plaintext
Raw Normal View History

2025-12-15 16:50:58 -03:00
meta {
name: Refresh
type: http
seq: 1
}
get {
url: {{addr}}/rest/user-sessions/refresh
body: none
auth: inherit
}
settings {
encodeUrl: true
}