Replies: 1 comment 1 reply
-
Hi @thrugz, Thank you for the blog suggestion, we may consider doing this in the future. When working with clients in the past on this, they were successful as long as the request body was Form and not JSON. Let us know if this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
Trying to use IOS Shortcuts app to update a DAKboard text block
The API calls work since I already have the endpoint and IDs
https://dakboard.com/api/2/screens/screens/[Screen ID]/blocks[Block ID from list of blocks]?api_key=[API key]
Using the Get Contents from URL with the header content type set key:Content-Type value: application/x-www-form-urlencoded
Body is data-raw as key and "ask when run" as value
But the result when running is just the URL content and not a true PUT request...
Would be really great with a blog post on this since we could extend DAKboard greatly.
Beta Was this translation helpful? Give feedback.
All reactions