Skip to content

Commit

Permalink
docs: fix REST API reference (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Sep 17, 2021
1 parent 687101d commit f989b39
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2,122 deletions.
6 changes: 2 additions & 4 deletions docs/docs/.static/api.json
Expand Up @@ -912,7 +912,8 @@
"type": "object",
"properties": {
"action": {
"$ref": "#/definitions/patchAction"
"type": "string",
"enum": ["insert", "delete"]
},
"relation_tuple": {
"$ref": "#/definitions/InternalRelationTuple"
Expand Down Expand Up @@ -986,9 +987,6 @@
}
}
},
"patchAction": {
"type": "string"
},
"subject": {
"type": "string"
},
Expand Down
12 changes: 0 additions & 12 deletions docs/docs/reference/api.mdx

This file was deleted.

0 comments on commit f989b39

Please sign in to comment.