File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -730,11 +730,9 @@ passed). The value of this field will be combined with a unique suffix on the
730
730
server if the Name field has not been provided. The provided value must be valid
731
731
within the rules for Name, and may be truncated by the length of the suffix
732
732
required to make the value unique on the server. If this field is specified, and
733
- Name is not present, the server will NOT return a 409 if the generated name
734
- exists - instead, it will either return 201 Created or 504 with Reason
735
- ` ServerTimeout` indicating a unique name could not be found in the time
736
- allotted, and the client should retry (optionally after the time indicated in
737
- the Retry-After header).
733
+ Name is not present, the server will return a 409 with Reason `AlreadyExists` if
734
+ the generated name exists, and the client should retry (optionally after the time
735
+ indicated in the Retry-After header).
738
736
739
737
# # Optional vs. Required
740
738
You can’t perform that action at this time.
0 commit comments