Skip to content

Commit 1409675

Browse files
authored
Merge pull request #51 from netlify/site_capabilities
Add Site#capabilities
2 parents 33b6b64 + 40cf5d6 commit 1409675

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

go/models/site.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,10 @@ definitions:
12131213
type: string
12141214
deploy_hook:
12151215
type: string
1216+
capabilities:
1217+
type: object
1218+
additionalProperties:
1219+
type: object
12161220
build_settings:
12171221
type: object
12181222
properties:

ui/swagger.json

+6
Original file line numberDiff line numberDiff line change
@@ -2521,6 +2521,12 @@
25212521
}
25222522
}
25232523
},
2524+
"capabilities": {
2525+
"type": "object",
2526+
"additionalProperties": {
2527+
"type": "object"
2528+
}
2529+
},
25242530
"created_at": {
25252531
"type": "string",
25262532
"format": "dateTime"

0 commit comments

Comments
 (0)