Skip to content

example OCAPI client configuration cannot be applied as is #70

@chrismshea

Description

@chrismshea

In the repo we provide an example OCAPI client configuration here: documentation/ocapi-example-configuration.json

The resource /orders fails due to the get method being included.

{
    "resource_id":"/orders",
    "methods":["post", "get"],
    "read_attributes":"(**)",
    "write_attributes":"(**)"
}

Metadata

Metadata

Assignees

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