diff --git a/aip/general/0133.md b/aip/general/0133.md index b26a9a619..d59032f2f 100644 --- a/aip/general/0133.md +++ b/aip/general/0133.md @@ -84,7 +84,7 @@ message CreateBookRequest { // // This value should be 4-63 characters, and valid characters // are /[a-z][0-9]-/. - string book_id = 2 [(google.api.field_behavior) = REQUIRED]; + string book_id = 2; // The book to create. Book book = 3 [(google.api.field_behavior) = REQUIRED];