Skip to content

Commit 3593fd2

Browse files
authored
chore(AIP-121): List responses contain the resource (#1436)
1 parent 8cb7bb2 commit 3593fd2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

aip/general/0121.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ If the request to or the response from a standard method (or a custom method in
6565
the same *service*) **is** the resource or **contains** the resource, the
6666
resource schema for that resource across all methods **must** be the same.
6767

68-
| Standard method | Request | Response |
69-
| --------------- | --------------------- | --------------- |
70-
| Create | Contains the resource | Is the resource |
71-
| Get | None | Is the resource |
72-
| Update | Contains the resource | Is the resource |
73-
| Delete | None | None |
74-
| List | None | Is the resource |
68+
| Standard method | Request | Response |
69+
| --------------- | --------------------- | ---------------------- |
70+
| Create | Contains the resource | Is the resource |
71+
| Get | None | Is the resource |
72+
| Update | Contains the resource | Is the resource |
73+
| Delete | None | None |
74+
| List | None | Contains the resources |
7575

7676
*The table above describes each standard method's relationship to the resource,
7777
where "None" indicates that the resource neither **is** nor **is contained** in

0 commit comments

Comments
 (0)