File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ If the request to or the response from a standard method (or a custom method in
6565the same * service* ) ** is** the resource or ** contains** the resource, the
6666resource 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,
7777where "None" indicates that the resource neither ** is** nor ** is contained** in
You can’t perform that action at this time.
0 commit comments