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
* Fix: Formatting of bullets resulted in lins not being displaed correctly
* Fix: **Note:** required a colon ':' to make it into a note box.
* Fix: Sapcing for a `Note:` box that was causing for the note to be
displaed inline
In this case if in a given request the `billing_project` field is set to an non-empty value,
142
143
its value will be sent with the `project` key because the routing parameter looking at `billing_project` field is specified last. If the `billing_project` field is not set, the `parent` field will be considered, first trying to send a
143
144
project with a subproject specified, and then without. Note that if a given request has a
0 commit comments