bruno/memori-engine/Intents/Updates an existing Intent Slot object.bru
2025-03-26 16:08:31 +02:00

31 lines
476 B
Plaintext

meta {
name: Updates an existing Intent Slot object.
type: http
seq: 10
}
patch {
url: {{baseUrl}}/memori/v2/IntentSlot/:strSessionID/:strSlotID
body: json
auth: none
}
params:path {
strSessionID:
strSlotID:
}
body:json {
{
"intentSlotID": "",
"name": "",
"values": [],
"webHook": "",
"validityMinutes": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}