Skip to content

Support inserting a single record #6

@simonw

Description

@simonw

This should work:

curl --request POST \
  --data '{
        "id": 3,
        "name": "Boris",
        "age": 1,
        "breed": "Husky"
    }' \
    'http://localhost:8001/-/update/unsafe/dogs'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions