Skip to main content

Update Elemental

PUT/v1/user/elemental/{id}

Properties

NameTypeRequiredDescription
idstringID of the elemental

Example

/v1/user/elemental/your-elemental-id

CURL Example

curl -X PUT "https://api-integrations.snackprompt.com/v1/user/elemental/{id}" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"title":"My First Prompt","description":"<p>Snack Prompt is awesome!</p>"}'