Skip to content

GET performs a DB create #143

Description

@tbtommyb

Here you're creating a DB record in a GET request.

Generally requests that modify the server's state should use POST or PATCH and GET requests should be idempotent.

You do this correctly in the other create handlers so I guess this was just an oversight!

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions