wip episode actions

This commit is contained in:
Jef Roosens 2025-02-28 13:48:44 +01:00
parent 7ce41cd034
commit 3e79bec974
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
16 changed files with 319 additions and 13 deletions

View file

@ -0,0 +1,15 @@
meta {
name: Upload action changes
type: http
seq: 1
}
post {
url: http://localhost:8080/api/2/episodes/:username
body: none
auth: none
}
params:path {
username:
}