You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've been trying to do some API scripting to send updates from Staxrip to Memos to update when I'm adding a job, when a job completes, and when the batch is done.
I've had success with all of the payloads I'm sending but what I've been struggling with is dynamically creating and updating the memo I just created. The API docs show that I should be able to create a memo w/ a specific memoID that I can reference in the script but I've had no success creating a memo with a specific ID. It just always generates with a random ID.
The alternative to this would being able to find the most recent memo I just created by some sort of identifier so I don't have to worry about a template-like memoID that I can reference when updating the memo with whatever event has happened
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I've been trying to do some API scripting to send updates from Staxrip to Memos to update when I'm adding a job, when a job completes, and when the batch is done.
I've had success with all of the payloads I'm sending but what I've been struggling with is dynamically creating and updating the memo I just created. The API docs show that I should be able to create a memo w/ a specific memoID that I can reference in the script but I've had no success creating a memo with a specific ID. It just always generates with a random ID.
The alternative to this would being able to find the most recent memo I just created by some sort of identifier so I don't have to worry about a template-like memoID that I can reference when updating the memo with whatever event has happened
the Uri should be something like this right: https://memos.temp.app/api/v1/memos?memoId=CUSTOMID
Beta Was this translation helpful? Give feedback.
All reactions