Skip to content

Commit 73f9c7e

Browse files
committed
Add getAccount route
1 parent 4ae06fb commit 73f9c7e

File tree

4 files changed

+285
-1
lines changed

4 files changed

+285
-1
lines changed

go/plumbing/operations/get_account_parameters.go

Lines changed: 134 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/get_account_responses.go

Lines changed: 110 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/plumbing/operations/operations_client.go

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 0.4.2
3+
version: 0.5.0
44
title: Netlify's API definition
55
securityDefinitions:
66
netlifyAuth:
@@ -1162,6 +1162,17 @@ paths:
11621162
type: string
11631163
in: path
11641164
required: true
1165+
get:
1166+
operationId: getAccount
1167+
responses:
1168+
'200':
1169+
description: OK
1170+
schema:
1171+
type: array
1172+
items:
1173+
$ref: "#/definitions/accountMembership"
1174+
default:
1175+
$ref: "#/responses/error"
11651176
put:
11661177
operationId: updateAccount
11671178
parameters:

0 commit comments

Comments
 (0)