Files
api-meditation/settings/update scene.bru
T
2026-06-03 20:14:20 +03:30

20 lines
177 B
Plaintext

meta {
name: update scene
type: http
seq: 3
}
post {
url: {{baseUrl}}/scenes/:id
body: none
auth: inherit
}
params:path {
id:
}
settings {
encodeUrl: true
}