File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.3.0",
7- "regenerated": "2020-12-01 16:27:01.509282 ",
8- "spec_repo_commit": "87f1f19 "
7+ "regenerated": "2020-12-02 08:54:48.109093 ",
8+ "spec_repo_commit": "cdc8c0b "
99 },
1010 "v2": {
1111 "apigentools_version": "1.3.0",
12- "regenerated": "2020-12-01 16:27:06.941292 ",
13- "spec_repo_commit": "87f1f19 "
12+ "regenerated": "2020-12-02 08:54:54.780188 ",
13+ "spec_repo_commit": "cdc8c0b "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ func main() {
126126 },
127127 )
128128
129- userHandle := TODO // string | The handle of the user.
129+ userHandle := " test@datadoghq.com " // string | The handle of the user.
130130
131131 configuration := datadog.NewConfiguration ()
132132
@@ -210,7 +210,7 @@ func main() {
210210 },
211211 )
212212
213- userHandle := TODO // string | The ID of the user.
213+ userHandle := " test@datadoghq.com " // string | The ID of the user.
214214
215215 configuration := datadog.NewConfiguration ()
216216
@@ -369,7 +369,7 @@ func main() {
369369 },
370370 )
371371
372- userHandle := TODO // string | The ID of the user.
372+ userHandle := " test@datadoghq.com " // string | The ID of the user.
373373 body := *datadog.NewUser () // User | Description of the update.
374374
375375 configuration := datadog.NewConfiguration ()
You can’t perform that action at this time.
0 commit comments