action openpolicy_put_document { label: "Create or overwrite a document" description: "If the path does not refer to an existing document (for example *us-west/servers*), the server will attempt to create all the necessary containing documents.\n\nThis behavior is similar to the Unix command [mkdir -p](https://en.wikipedia.org/wiki/Mkdir#Options)." provider: openpolicy method: PUT path: "/v1/data/{path}" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }