Unverified Commit 72b046c6 authored by Jeremy Mikola's avatar Jeremy Mikola Committed by GitHub

Clear value for obsolete options field

The operation field isn't used for anything in our documentation. This was introduced in d5c501a2 and it looks like we missed cleaning it up in later commits that changed every other operation field to null.
parent 5f77d138
...@@ -33,7 +33,7 @@ description: | ...@@ -33,7 +33,7 @@ description: |
The default read concern to use for {{resource}} operations. Defaults to the The default read concern to use for {{resource}} operations. Defaults to the
{{parent}}'s read concern. {{parent}}'s read concern.
interface: phpmethod interface: phpmethod
operation: selectCollection operation: ~
optional: true optional: true
replacement: replacement:
resource: "collection" resource: "collection"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment