Skip to content

Commit d02c18c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5765426 of spec repo (#443)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9f7cb8d commit d02c18c

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
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.4.1.dev6",
7-
"regenerated": "2021-05-18 08:20:51.345012",
8-
"spec_repo_commit": "cd769d5"
7+
"regenerated": "2021-05-18 18:42:12.523737",
8+
"spec_repo_commit": "5765426"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-18 08:21:21.737242",
13-
"spec_repo_commit": "cd769d5"
12+
"regenerated": "2021-05-18 18:42:40.336409",
13+
"spec_repo_commit": "5765426"
1414
}
1515
}
1616
}

docs/v2/UsersApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ configuration = Configuration()
125125
with ApiClient(configuration) as api_client:
126126
# Create an instance of the API class
127127
api_instance = users_api.UsersApi(api_client)
128-
user_id = "user_id_example" # str | The ID of the user.
128+
user_id = "00000000-0000-0000-0000-000000000000" # str | The ID of the user.
129129

130130
# example passing only required values which don't have defaults set
131131
try:
@@ -190,7 +190,7 @@ configuration = Configuration()
190190
with ApiClient(configuration) as api_client:
191191
# Create an instance of the API class
192192
api_instance = users_api.UsersApi(api_client)
193-
user_invitation_uuid = "user_invitation_uuid_example" # str | The UUID of the user invitation.
193+
user_invitation_uuid = "00000000-0000-0000-0000-000000000000" # str | The UUID of the user invitation.
194194

195195
# example passing only required values which don't have defaults set
196196
try:
@@ -256,7 +256,7 @@ configuration = Configuration()
256256
with ApiClient(configuration) as api_client:
257257
# Create an instance of the API class
258258
api_instance = users_api.UsersApi(api_client)
259-
user_id = "user_id_example" # str | The ID of the user.
259+
user_id = "00000000-0000-0000-0000-000000000000" # str | The ID of the user.
260260

261261
# example passing only required values which don't have defaults set
262262
try:
@@ -322,7 +322,7 @@ configuration = Configuration()
322322
with ApiClient(configuration) as api_client:
323323
# Create an instance of the API class
324324
api_instance = users_api.UsersApi(api_client)
325-
user_id = "user_id_example" # str | The ID of the user.
325+
user_id = "00000000-0000-0000-0000-000000000000" # str | The ID of the user.
326326

327327
# example passing only required values which don't have defaults set
328328
try:
@@ -388,7 +388,7 @@ configuration = Configuration()
388388
with ApiClient(configuration) as api_client:
389389
# Create an instance of the API class
390390
api_instance = users_api.UsersApi(api_client)
391-
user_id = "user_id_example" # str | The ID of the user.
391+
user_id = "00000000-0000-0000-0000-000000000000" # str | The ID of the user.
392392

393393
# example passing only required values which don't have defaults set
394394
try:
@@ -459,7 +459,7 @@ with ApiClient(configuration) as api_client:
459459
sort = "name" # str | User attribute to order results by. Sort order is ascending by default. Sort order is descending if the field is prefixed by a negative sign, for example `sort=-name`. Options: `name`, `modified_at`, `user_count`. (optional) if omitted the server will use the default value of "name"
460460
sort_dir = QuerySortOrder("desc") # QuerySortOrder | Direction of sort. Options: `asc`, `desc`. (optional)
461461
filter = "filter_example" # str | Filter all users by the given string. Defaults to no filtering. (optional)
462-
filter_status = "filter[status]_example" # str | Filter on status attribute. Comma separated list, with possible values `Active`, `Pending`, and `Disabled`. Defaults to no filtering. (optional)
462+
filter_status = "Active" # str | Filter on status attribute. Comma separated list, with possible values `Active`, `Pending`, and `Disabled`. Defaults to no filtering. (optional)
463463

464464
# example passing only required values which don't have defaults set
465465
# and optional values
@@ -611,7 +611,7 @@ configuration = Configuration()
611611
with ApiClient(configuration) as api_client:
612612
# Create an instance of the API class
613613
api_instance = users_api.UsersApi(api_client)
614-
user_id = "user_id_example" # str | The ID of the user.
614+
user_id = "00000000-0000-0000-0000-000000000000" # str | The ID of the user.
615615
body = UserUpdateRequest(
616616
data=UserUpdateData(
617617
attributes=UserUpdateAttributes(

src/datadog_api_client/v2/openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ components:
207207
required: false
208208
schema:
209209
default: 0
210+
example: 0
210211
format: int64
211212
type: integer
212213
PageOffset:
@@ -216,6 +217,7 @@ components:
216217
required: false
217218
schema:
218219
default: 0
220+
example: 0
219221
format: int64
220222
type: integer
221223
PageSize:
@@ -225,6 +227,7 @@ components:
225227
required: false
226228
schema:
227229
default: 10
230+
example: 10
228231
format: int64
229232
type: integer
230233
RoleID:
@@ -254,6 +257,7 @@ components:
254257
name: user_id
255258
required: true
256259
schema:
260+
example: 00000000-0000-0000-0000-000000000000
257261
type: string
258262
requestBodies: {}
259263
responses:
@@ -8358,6 +8362,7 @@ paths:
83588362
name: user_invitation_uuid
83598363
required: true
83608364
schema:
8365+
example: 00000000-0000-0000-0000-000000000000
83618366
type: string
83628367
responses:
83638368
'200':
@@ -8407,6 +8412,7 @@ paths:
84078412
required: false
84088413
schema:
84098414
default: name
8415+
example: name
84108416
type: string
84118417
- description: 'Direction of sort. Options: `asc`, `desc`.'
84128418
in: query
@@ -8429,6 +8435,7 @@ paths:
84298435
name: filter[status]
84308436
required: false
84318437
schema:
8438+
example: Active
84328439
type: string
84338440
responses:
84348441
'200':

0 commit comments

Comments
 (0)