diff --git a/aip/general/0121.md b/aip/general/0121.md index e83507dba..bbbee20e4 100644 --- a/aip/general/0121.md +++ b/aip/general/0121.md @@ -65,13 +65,13 @@ If the request to or the response from a standard method (or a custom method in the same *service*) **is** the resource or **contains** the resource, the resource schema for that resource across all methods **must** be the same. -| Standard method | Request | Response | -| --------------- | --------------------- | --------------- | -| Create | Contains the resource | Is the resource | -| Get | None | Is the resource | -| Update | Contains the resource | Is the resource | -| Delete | None | None | -| List | None | Is the resource | +| Standard method | Request | Response | +| --------------- | --------------------- | ---------------------- | +| Create | Contains the resource | Is the resource | +| Get | None | Is the resource | +| Update | Contains the resource | Is the resource | +| Delete | None | None | +| List | None | Contains the resources | *The table above describes each standard method's relationship to the resource, where "None" indicates that the resource neither **is** nor **is contained** in