Skip to content
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
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "be7ab77fe22b3672d19347090cec2e7a6208183e"
"sha": "c0095ad2d59ab7f96765b485e80657d05d1affc7"
}
21 changes: 21 additions & 0 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -552072,6 +552072,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down Expand Up @@ -552212,6 +552219,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down Expand Up @@ -552337,6 +552351,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down
68 changes: 66 additions & 2 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -289263,6 +289263,13 @@
"type": "string",
"description": "Name of the cost center."
},
"description": {
"type": "string",
"description": "Description of the cost center.",
"x-github": {
"featureFlag": "billing_add_cost_center_description"
}
},
"state": {
"type": "string",
"description": "State of the cost center.",
Expand Down Expand Up @@ -289361,6 +289368,12 @@
"in": "body",
"description": "<p>The name of the cost center (max length 255 characters)</p>",
"isRequired": true
},
{
"type": "string",
"name": "description",
"in": "body",
"description": "<p>The description of the cost center.</p>"
}
],
"progAccess": {
Expand All @@ -289377,7 +289390,8 @@
"description": "Example request to create a cost center",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"name": "Engineering Team"
"name": "Engineering Team",
"description": "Software development, DevOps, and platform engineering expenses"
},
"parameters": {
"enterprise": "ENTERPRISE"
Expand All @@ -289390,6 +289404,7 @@
"example": {
"id": "abc123",
"name": "Engineering Team",
"description": "Software development, DevOps, and platform engineering expenses",
"resources": []
},
"schema": {
Expand All @@ -289403,6 +289418,13 @@
"type": "string",
"description": "Name of the cost center"
},
"description": {
"type": "string",
"description": "The description of the cost center.",
"x-github": {
"featureFlag": "billing_add_cost_center_description"
}
},
"azure_subscription": {
"type": [
"string",
Expand Down Expand Up @@ -289537,6 +289559,13 @@
"type": "string",
"description": "Name of the cost center."
},
"description": {
"type": "string",
"description": "Description of the cost center.",
"x-github": {
"featureFlag": "billing_add_cost_center_description"
}
},
"azure_subscription": {
"type": [
"string",
Expand Down Expand Up @@ -289641,6 +289670,12 @@
"in": "body",
"description": "<p>The new name for the cost center</p>",
"isRequired": true
},
{
"type": "string",
"name": "description",
"in": "body",
"description": "<p>The new description for the cost center</p>"
}
],
"progAccess": {
Expand All @@ -289657,7 +289692,8 @@
"description": "Update cost center name example",
"acceptHeader": "application/vnd.github.v3+json",
"bodyParameters": {
"name": "New Cost Center Name"
"name": "New Cost Center Name",
"description": "Updated description for the cost center"
},
"parameters": {
"enterprise": "ENTERPRISE",
Expand Down Expand Up @@ -289695,6 +289731,13 @@
"type": "string",
"description": "Name of the cost center."
},
"description": {
"type": "string",
"description": "Description of the cost center.",
"x-github": {
"featureFlag": "billing_add_cost_center_description"
}
},
"azure_subscription": {
"type": [
"string",
Expand Down Expand Up @@ -595363,6 +595406,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down Expand Up @@ -595503,6 +595553,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down Expand Up @@ -595628,6 +595685,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down
21 changes: 21 additions & 0 deletions src/rest/data/ghes-3.14-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -472180,6 +472180,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down Expand Up @@ -472320,6 +472327,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down Expand Up @@ -472445,6 +472459,13 @@
"examples": [
true
]
},
"updated_at": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
Expand Down
Loading
Loading