Skip to content

Sensible parameters #5

@altano

Description

@altano

Why is the fields parameter supposed to be specified like this?:

    [
        {
            name: "field1",
            value: "thisisfield1"
        },
        {
            name: "field2",
            value: "thisisfield2"
        }
    ];

Instead of this?:

    {
        field1: "thisisfield1",
        field2: "thisisfield2"
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions