Docs y prueba de concepto de colas por empresa

This commit is contained in:
2026-01-16 13:13:45 +01:00
parent b29348b88d
commit 51cfae7572
19 changed files with 358 additions and 1 deletions

16
docs/sim-api/Pause.bru Normal file
View File

@@ -0,0 +1,16 @@
meta {
name: Pause
type: http
seq: 1
}
post {
url: {{baseurl}}/sim/pause
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}