2024-07-16 10:15:30 +02:00
|
|
|
meta {
|
2025-03-26 15:08:31 +01:00
|
|
|
name: Updates an existing Custom Word object.
|
2024-07-16 10:15:30 +02:00
|
|
|
type: http
|
|
|
|
|
seq: 4
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
patch {
|
2025-03-26 15:08:31 +01:00
|
|
|
url: {{baseUrl}}/memori/v2/CustomWord/:strSessionID/:strCustomWordID
|
2024-07-16 10:15:30 +02:00
|
|
|
body: json
|
|
|
|
|
auth: none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
params:path {
|
2025-03-26 15:08:31 +01:00
|
|
|
strSessionID:
|
|
|
|
|
strCustomWordID:
|
2024-07-16 10:15:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body:json {
|
|
|
|
|
{
|
|
|
|
|
"customWordID": "",
|
|
|
|
|
"word": "",
|
|
|
|
|
"definition": "",
|
|
|
|
|
"creationTimestamp": "",
|
|
|
|
|
"creationSessionID": "",
|
|
|
|
|
"lastChangeTimestamp": "",
|
|
|
|
|
"lastChangeSessionID": ""
|
|
|
|
|
}
|
|
|
|
|
}
|