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
{{ message }}
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
To avoid multiple posts, is there any way to send multiple meta key/value pairs through the endpoint?
I expect something like this to work:
[
{
"key":"test_key",
"value":"test value here"
},
{
"key":"test_key2",
"value":"test2 value here"
}
]
No joy. I get "Missing parameter(s): key"
Is my JSON malformed for the request, or is it even possible?
The text was updated successfully, but these errors were encountered:
To avoid multiple posts, is there any way to send multiple meta key/value pairs through the endpoint?
I expect something like this to work:
[
{
"key":"test_key",
"value":"test value here"
},
{
"key":"test_key2",
"value":"test2 value here"
}
]
No joy. I get "Missing parameter(s): key"
Is my JSON malformed for the request, or is it even possible?
The text was updated successfully, but these errors were encountered: