Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [TelcoAutomation] replace <> with {} in api documentation #6799

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
* @param string $query Supported queries:
* 1. "" : Lists all revisions across all blueprints.
* 2. "latest=true" : Lists latest revisions across all blueprints.
* 3. "name=<name>" : Lists all revisions of blueprint with name
* <name>.
* 4. "name=<name> latest=true": Lists latest revision of blueprint with name
* <name>
* 3. "name={name}" : Lists all revisions of blueprint with name
* {name}.
* 4. "name={name} latest=true": Lists latest revision of blueprint with name
* {name}
*/
function search_blueprint_revisions_sample(string $formattedParent, string $query): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
* 1. "" : Lists all revisions across all deployments.
* 2. "latest=true" : Lists latest revisions across all
* deployments.
* 3. "name=<name>" : Lists all revisions of deployment with name
* <name>.
* 4. "name=<name> latest=true": Lists latest revision of deployment with name
* <name>
* 3. "name={name}" : Lists all revisions of deployment with name
* {name}.
* 4. "name={name} latest=true": Lists latest revision of deployment with name
* {name}
*/
function search_deployment_revisions_sample(string $formattedParent, string $query): void
{
Expand Down
40 changes: 20 additions & 20 deletions TelcoAutomation/src/V1/SearchBlueprintRevisionsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.