-
Notifications
You must be signed in to change notification settings - Fork 389
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
[datadog_synthetics] Add body_type field to SyntheticsTest request_definition #1629
Conversation
This won't work without a pr in https://github.com/DataDog/datadog-api-spec/blob/master/spec/v1/synthetics.yaml to add body type. I'm working on this ATM. After the PR on api-spec, we will need to update the go client used by the TF provider. |
I have a PR open on api-spec with the spec addition https://github.com/DataDog/datadog-api-spec/pull/1922/, asked for a review on it last week. Do you want to supersede it with your own PR? Edit: closed the linked PR, made a fix for the new one in api-spec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for docs
In addition, this PR updates the Go client dependency, and converts all tests'
restricted_roles
fields to use uuids instead of role names