Skip to content

Commit 22e4475

Browse files
authored
Merge pull request #5371 from bjhaid/master
Add an entry for `DELETE` on a collection of resources.
2 parents f1fbf07 + 2199f73 commit 22e4475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,13 @@ duration in seconds before the object should be deleted. Individual kinds may
629629
declare fields which provide a default grace period, and different kinds may
630630
have differing kind-wide default grace periods. A user provided grace period
631631
overrides a default grace period, including the zero grace period ("now").
632+
* DELETE /<resourceNamePlural> - Deletes a list of type
633+
<resourceName>, e.g. DELETE /pods a list of Pods.
632634
* PUT /<resourceNamePlural>/<name> - Update or create the resource
633635
with the given name with the JSON object provided by the client.
634636
* PATCH /<resourceNamePlural>/<name> - Selectively modify the
635637
specified fields of the resource. See more information [below](#patch-operations).
636-
* GET /<resourceNamePlural>&watch=true - Receive a stream of JSON
638+
* GET /<resourceNamePlural>?watch=true - Receive a stream of JSON
637639
objects corresponding to changes made to any resource of the given kind over
638640
time.
639641

0 commit comments

Comments
 (0)