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

Co-authored-by: Daniel Smith <dbsmith@google.com>
This commit is contained in:
Vinh Nguyen 2023-03-10 11:16:08 +08:00 committed by GitHub
parent 4631c307ea
commit f2f8ed71ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -731,8 +731,8 @@ server if the Name field has not been provided. The provided value must be valid
within the rules for Name, and may be truncated by the length of the suffix
required to make the value unique on the server. If this field is specified, and
Name is not present, the server will return a 409 with Reason `AlreadyExists` if
the generated name exists, and the client should retry (optionally after the time
indicated in the Retry-After header).
the generated name exists, and the client should retry (after waiting at least the amount of time
indicated in the Retry-After header, if it is present).
## Optional vs. Required