You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of publisher, it should be one of the canonical name or parent, depending on the case. In this case it's parent, since it's referring to a collection-level operation.
Note we also need linter rules for ensuring only parent/name in the http path.
The text was updated successfully, but these errors were encountered:
The resource singular is a harder pattern to recognize as it
requires a consumer to know the resource singular beforehand. Using
parent aligns it with other collection-oriented methods.
Further explanation for the rationale is in the changes for AIP-136.
fixesaip-dev#1089
The resource singular is a harder pattern to recognize as it
requires a consumer to know the resource singular beforehand. Using
parent aligns it with other collection-oriented methods.
Further explanation for the rationale is in the changes for AIP-136.
fixes#1089
an example from AIP-136 reads:
instead of
publisher
, it should be one of the canonical name or parent, depending on the case. In this case it's parent, since it's referring to a collection-level operation.Note we also need linter rules for ensuring only parent/name in the http path.
The text was updated successfully, but these errors were encountered: