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

Updated syntax on PowerShell examples in docs #345

Merged
merged 2 commits into from
Jun 27, 2022

Conversation

noahpeltier
Copy link

In some cases, ConvertTo-Json required a -Depth argument to expand all the data in json.

}
)
} | ConvertTo-Json
Invoke-RestMethod -Method 'Post' -Uri $uri -Body $body -ContentType "application/json" -UseBasicParsing
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has to be aligned with the three backticks, otherwise it won't render properly.

@binwiederhier
Copy link
Owner

Awesome thank you. Left a comment.

@binwiederhier
Copy link
Owner

I'll fix it for ya

@binwiederhier binwiederhier merged commit 50a830c into binwiederhier:main Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants