Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Document new attributes for team models #1270

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.5",
"regenerated": "2023-08-17 19:37:29.403596",
"spec_repo_commit": "bb17cef0"
"regenerated": "2023-08-21 14:22:27.833087",
"spec_repo_commit": "77f8c067"
},
"v2": {
"apigentools_version": "1.6.5",
"regenerated": "2023-08-17 19:37:29.416739",
"spec_repo_commit": "bb17cef0"
"regenerated": "2023-08-21 14:22:27.850938",
"spec_repo_commit": "77f8c067"
}
}
}
69 changes: 69 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16002,6 +16002,17 @@ components:
TeamAttributes:
description: Team attributes
properties:
avatar:
description: Unicode representation of the avatar for the team, limited
to a single grapheme
example: "\U0001F951"
nullable: true
type: string
banner:
description: Banner selection for the team
format: int64
nullable: true
type: integer
created_at:
description: Creation date of the team
format: date-time
Expand All @@ -16015,6 +16026,12 @@ components:
example: example-team
maxLength: 195
type: string
hidden_modules:
description: Collection of hidden modules for the team
items:
description: String identifier of the module
type: string
type: array
link_count:
description: The number of links belonging to the team
format: int32
Expand All @@ -16041,6 +16058,12 @@ components:
maximum: 2147483647
readOnly: true
type: integer
visible_modules:
description: Collection of visible modules for the team
items:
description: String identifier of the module
type: string
type: array
required:
- handle
- name
Expand All @@ -16061,6 +16084,17 @@ components:
TeamCreateAttributes:
description: Team creation attributes
properties:
avatar:
description: Unicode representation of the avatar for the team, limited
to a single grapheme
example: "\U0001F951"
nullable: true
type: string
banner:
description: Banner selection for the team
format: int64
nullable: true
type: integer
description:
description: Free-form markdown description/content for the team's homepage
type: string
Expand All @@ -16069,11 +16103,23 @@ components:
example: example-team
maxLength: 195
type: string
hidden_modules:
description: Collection of hidden modules for the team
items:
description: String identifier of the module
type: string
type: array
name:
description: The name of the team
example: Example Team
maxLength: 200
type: string
visible_modules:
description: Collection of visible modules for the team
items:
description: String identifier of the module
type: string
type: array
required:
- handle
- name
Expand Down Expand Up @@ -16344,6 +16390,17 @@ components:
TeamUpdateAttributes:
description: Team update attributes
properties:
avatar:
description: Unicode representation of the avatar for the team, limited
to a single grapheme
example: "\U0001F951"
nullable: true
type: string
banner:
description: Banner selection for the team
format: int64
nullable: true
type: integer
color:
description: An identifier for the color representing the team
format: int32
Expand All @@ -16358,11 +16415,23 @@ components:
example: example-team
maxLength: 195
type: string
hidden_modules:
description: Collection of hidden modules for the team
items:
description: String identifier of the module
type: string
type: array
name:
description: The name of the team
example: Example Team
maxLength: 200
type: string
visible_modules:
description: Collection of visible modules for the team
items:
description: String identifier of the module
type: string
type: array
required:
- handle
- name
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"2023-08-18T22:21:29.944Z"
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"log": {
"_recordingName": "Teams/Create a team with V2 fields returns \"CREATED\" response",
"creator": {
"comment": "persister:fs",
"name": "Polly.JS",
"version": "6.0.5"
},
"entries": [
{
"_id": "656622ab0fcfd497d012a67e6296cde5",
"_order": 0,
"cache": {},
"request": {
"bodySize": 186,
"cookies": [],
"headers": [
{
"_fromType": "array",
"name": "accept",
"value": "application/json"
},
{
"_fromType": "array",
"name": "content-type",
"value": "application/json"
}
],
"headersSize": 549,
"httpVersion": "HTTP/1.1",
"method": "POST",
"postData": {
"mimeType": "application/json",
"params": [],
"text": "{\"data\":{\"attributes\":{\"avatar\":\"\ud83e\udd51\",\"banner\":7,\"handle\":\"handle-29fddb97704028c4\",\"hidden_modules\":[\"m3\"],\"name\":\"name-29fddb97704028c4\",\"visible_modules\":[\"m1\",\"m2\"]},\"type\":\"team\"}}"
},
"queryString": [],
"url": "https://api.datadoghq.com/api/v2/team"
},
"response": {
"bodySize": 629,
"content": {
"mimeType": "application/json",
"size": 629,
"text": "{\"data\":{\"type\":\"team\",\"id\":\"94ba28ea-3e15-11ee-8d97-da7ad0900002\",\"attributes\":{\"name\":\"name-29fddb97704028c4\",\"handle\":\"handle-29fddb97704028c4\",\"summary\":null,\"description\":null,\"avatar\":\"\\ud83e\\udd51\",\"banner\":7,\"visible_modules\":[\"m1\",\"m2\"],\"hidden_modules\":[\"m3\"],\"created_at\":\"2023-08-18T22:21:30.549604+00:00\",\"modified_at\":\"2023-08-18T22:21:30.549611+00:00\",\"user_count\":0,\"link_count\":0},\"relationships\":{\"team_links\":{\"links\":{\"related\":\"/api/v2/team/94ba28ea-3e15-11ee-8d97-da7ad0900002/links\"}},\"user_team_permissions\":{\"links\":{\"related\":\"/api/v2/team/94ba28ea-3e15-11ee-8d97-da7ad0900002/permission-settings\"}}}}}\n"
},
"cookies": [],
"headers": [
{
"name": "content-type",
"value": "application/json"
}
],
"headersSize": 654,
"httpVersion": "HTTP/1.1",
"redirectURL": "",
"status": 201,
"statusText": "Created"
},
"startedDateTime": "2023-08-18T22:21:30.488Z",
"time": 157
},
{
"_id": "6bdbbfe457deee8ac666f8bc0d442891",
"_order": 0,
"cache": {},
"request": {
"bodySize": 0,
"cookies": [],
"headers": [
{
"_fromType": "array",
"name": "accept",
"value": "*/*"
}
],
"headersSize": 522,
"httpVersion": "HTTP/1.1",
"method": "DELETE",
"queryString": [],
"url": "https://api.datadoghq.com/api/v2/team/94ba28ea-3e15-11ee-8d97-da7ad0900002"
},
"response": {
"bodySize": 0,
"content": {
"mimeType": "text/plain",
"size": 0
},
"cookies": [],
"headers": [],
"headersSize": 601,
"httpVersion": "HTTP/1.1",
"redirectURL": "",
"status": 204,
"statusText": "No Content"
},
"startedDateTime": "2023-08-18T22:21:30.656Z",
"time": 126
}
],
"pages": [],
"version": "1.2"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2023-07-12T17:29:37.638Z"
"2023-08-18T22:21:30.795Z"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"entries": [
{
"_id": "341cb992f3713c23f0959e81f5690fd4",
"_id": "96127d411dc0a108381beaf3abd657b6",
"_order": 0,
"cache": {},
"request": {
Expand All @@ -32,17 +32,17 @@
"postData": {
"mimeType": "application/json",
"params": [],
"text": "{\"data\":{\"attributes\":{\"handle\":\"handle-35daf948e7104345\",\"name\":\"name-35daf948e7104345\"},\"type\":\"team\"}}"
"text": "{\"data\":{\"attributes\":{\"handle\":\"handle-368d558fc674f4d3\",\"name\":\"name-368d558fc674f4d3\"},\"type\":\"team\"}}"
},
"queryString": [],
"url": "https://api.datadoghq.com/api/v2/team"
},
"response": {
"bodySize": 540,
"bodySize": 609,
"content": {
"mimeType": "application/json",
"size": 540,
"text": "{\"data\":{\"type\":\"team\",\"id\":\"ad5a151c-20d9-11ee-bfa0-da7ad0900002\",\"attributes\":{\"name\":\"name-35daf948e7104345\",\"handle\":\"handle-35daf948e7104345\",\"summary\":null,\"description\":null,\"created_at\":\"2023-07-12T17:29:38.339300+00:00\",\"modified_at\":\"2023-07-12T17:29:38.339306+00:00\",\"user_count\":0,\"link_count\":0},\"relationships\":{\"team_links\":{\"links\":{\"related\":\"/api/v2/team/ad5a151c-20d9-11ee-bfa0-da7ad0900002/links\"}},\"user_team_permissions\":{\"links\":{\"related\":\"/api/v2/team/ad5a151c-20d9-11ee-bfa0-da7ad0900002/permission-settings\"}}}}}\n"
"size": 609,
"text": "{\"data\":{\"type\":\"team\",\"id\":\"94e8c5a6-3e15-11ee-b7c9-da7ad0900002\",\"attributes\":{\"name\":\"name-368d558fc674f4d3\",\"handle\":\"handle-368d558fc674f4d3\",\"summary\":null,\"description\":null,\"avatar\":null,\"banner\":null,\"visible_modules\":[],\"hidden_modules\":[],\"created_at\":\"2023-08-18T22:21:30.855820+00:00\",\"modified_at\":\"2023-08-18T22:21:30.855826+00:00\",\"user_count\":0,\"link_count\":0},\"relationships\":{\"team_links\":{\"links\":{\"related\":\"/api/v2/team/94e8c5a6-3e15-11ee-b7c9-da7ad0900002/links\"}},\"user_team_permissions\":{\"links\":{\"related\":\"/api/v2/team/94e8c5a6-3e15-11ee-b7c9-da7ad0900002/permission-settings\"}}}}}\n"
},
"cookies": [],
"headers": [
Expand All @@ -57,15 +57,15 @@
"status": 201,
"statusText": "Created"
},
"startedDateTime": "2023-07-12T17:29:37.641Z",
"time": 1316
"startedDateTime": "2023-08-18T22:21:30.800Z",
"time": 128
},
{
"_id": "351d12e3d1f7144b8c316d500c46d1f5",
"_id": "48384ce1f8c3808c520d19b62c364e9d",
"_order": 0,
"cache": {},
"request": {
"bodySize": 113,
"bodySize": 194,
"cookies": [],
"headers": [
{
Expand All @@ -85,17 +85,17 @@
"postData": {
"mimeType": "application/json",
"params": [],
"text": "{\"data\":{\"attributes\":{\"handle\":\"handle-35daf948e7104345\",\"name\":\"name-35daf948e7104345 updated\"},\"type\":\"team\"}}"
"text": "{\"data\":{\"attributes\":{\"avatar\":\"\ud83e\udd51\",\"banner\":7,\"handle\":\"handle-368d558fc674f4d3\",\"hidden_modules\":[\"m3\"],\"name\":\"name-368d558fc674f4d3 updated\",\"visible_modules\":[\"m1\",\"m2\"]},\"type\":\"team\"}}"
},
"queryString": [],
"url": "https://api.datadoghq.com/api/v2/team/ad5a151c-20d9-11ee-bfa0-da7ad0900002"
"url": "https://api.datadoghq.com/api/v2/team/94e8c5a6-3e15-11ee-b7c9-da7ad0900002"
},
"response": {
"bodySize": 548,
"bodySize": 637,
"content": {
"mimeType": "application/json",
"size": 548,
"text": "{\"data\":{\"type\":\"team\",\"id\":\"ad5a151c-20d9-11ee-bfa0-da7ad0900002\",\"attributes\":{\"name\":\"name-35daf948e7104345 updated\",\"handle\":\"handle-35daf948e7104345\",\"summary\":null,\"description\":null,\"created_at\":\"2023-07-12T17:29:38.339300+00:00\",\"modified_at\":\"2023-07-12T17:29:39.089732+00:00\",\"user_count\":0,\"link_count\":0},\"relationships\":{\"team_links\":{\"links\":{\"related\":\"/api/v2/team/ad5a151c-20d9-11ee-bfa0-da7ad0900002/links\"}},\"user_team_permissions\":{\"links\":{\"related\":\"/api/v2/team/ad5a151c-20d9-11ee-bfa0-da7ad0900002/permission-settings\"}}}}}\n"
"size": 637,
"text": "{\"data\":{\"type\":\"team\",\"id\":\"94e8c5a6-3e15-11ee-b7c9-da7ad0900002\",\"attributes\":{\"name\":\"name-368d558fc674f4d3 updated\",\"handle\":\"handle-368d558fc674f4d3\",\"summary\":null,\"description\":null,\"avatar\":\"\\ud83e\\udd51\",\"banner\":7,\"visible_modules\":[\"m1\",\"m2\"],\"hidden_modules\":[\"m3\"],\"created_at\":\"2023-08-18T22:21:30.855820+00:00\",\"modified_at\":\"2023-08-18T22:21:31.005082+00:00\",\"user_count\":0,\"link_count\":0},\"relationships\":{\"team_links\":{\"links\":{\"related\":\"/api/v2/team/94e8c5a6-3e15-11ee-b7c9-da7ad0900002/links\"}},\"user_team_permissions\":{\"links\":{\"related\":\"/api/v2/team/94e8c5a6-3e15-11ee-b7c9-da7ad0900002/permission-settings\"}}}}}\n"
},
"cookies": [],
"headers": [
Expand All @@ -110,11 +110,11 @@
"status": 200,
"statusText": "OK"
},
"startedDateTime": "2023-07-12T17:29:38.971Z",
"time": 141
"startedDateTime": "2023-08-18T22:21:30.934Z",
"time": 121
},
{
"_id": "1f5aec5edfedd8e1c2a1061ef5fbac9d",
"_id": "04a864c3cd783dcd78772e81fe737f50",
"_order": 0,
"cache": {},
"request": {
Expand All @@ -127,11 +127,11 @@
"value": "*/*"
}
],
"headersSize": 522,
"headersSize": 521,
"httpVersion": "HTTP/1.1",
"method": "DELETE",
"queryString": [],
"url": "https://api.datadoghq.com/api/v2/team/ad5a151c-20d9-11ee-bfa0-da7ad0900002"
"url": "https://api.datadoghq.com/api/v2/team/94e8c5a6-3e15-11ee-b7c9-da7ad0900002"
},
"response": {
"bodySize": 0,
Expand All @@ -147,8 +147,8 @@
"status": 204,
"statusText": "No Content"
},
"startedDateTime": "2023-07-12T17:29:39.118Z",
"time": 153
"startedDateTime": "2023-08-18T22:21:31.062Z",
"time": 117
}
],
"pages": [],
Expand Down
Loading