Skip to content

Commit f9200b1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit cdc8c0b of spec repo (#601)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent d215e10 commit f9200b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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
}

api/v1/datadog/docs/UsersApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)