bruno/memori-backend/Asset/Uploads a file and creates a new Asset object to access it.bru

18 lines
277 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Uploads a file and creates a new Asset object to access it.
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/v2/Asset/:strToken/:strMemoriID/:strEngineMemoryID
body: none
auth: none
}
params:path {
strToken:
strMemoriID:
strEngineMemoryID:
}