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

21 lines
311 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Uploads a file and creates a new Asset object to access it-
type: http
seq: 1
}
post {
url: https://backend.memori.ai/api/v2/Asset/{strToken}/{strMemoriID}/{strEngineMemoryID}
body: none
auth: none
}
params:query {
~strMemoriID:
~strEngineMemoryID:
}
params:path {
strToken:
}