Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.
This repository was archived by the owner on Apr 4, 2020. It is now read-only.

Multiple meta key/value pairs #13

@mjacobsen4DFM

Description

@mjacobsen4DFM

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions