Skip to content

Modelling Create actions for APIs with PUT semantics #458

@rjlohan

Description

@rjlohan

Provide guidance on how resource types should be modelled around APIs which have a HTTP PUT semantic, or "upsert" behaviour.

Specifically, give examples and guidance on how to achieve the following aspect of the Create handler contract;

A create handler MUST return FAILED with an AlreadyExists error code if the resource already existed prior to the create request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationI'll give you a guess what this is about.resource-provider-guidanceRelates to resource provider guidance, docs or best practices.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions