Skip to content

Commit 72b046c

Browse files
authored
Clear value for obsolete options field
The operation field isn't used for anything in our documentation. This was introduced in d5c501a and it looks like we missed cleaning it up in later commits that changed every other operation field to null.
1 parent 5f77d13 commit 72b046c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/includes/apiargs-common-option.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ description: |
3333
The default read concern to use for {{resource}} operations. Defaults to the
3434
{{parent}}'s read concern.
3535
interface: phpmethod
36-
operation: selectCollection
36+
operation: ~
3737
optional: true
3838
replacement:
3939
resource: "collection"

0 commit comments

Comments
 (0)