Skip to content

Conditional Updates using POST not PUT #21

@brianpos

Description

@brianpos

Oops.

This is what you're working with

      "request": {
        "method": "POST",
        "url": "SearchParameter?url=http://hl7.org.au/fhir/core/SearchParameter/au-core-practitionerrole-practitioner"
      }

It really should be this

      "request": {
        "method": "PUT",
        "url": "SearchParameter?url=http://hl7.org.au/fhir/core/SearchParameter/au-core-practitionerrole-practitioner"
      }

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