Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 13, 2020
1 parent 4f51a09 commit 5dd6237
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 13 deletions.
11 changes: 5 additions & 6 deletions docs/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@
},
"definitions": {
"addOryAccessControlPolicyRoleMembersBody": {
"description": "AddOryAccessControlPolicyRoleMembersBody add ory access control policy role members body",
"type": "object",
"properties": {
"members": {
Expand All @@ -1082,7 +1083,7 @@
},
"authorizationResult": {
"type": "object",
"title": "AuthorizationResult is the result of an access control decision. It contains the decision outcome.",
"title": "AuthorizationResult AuthorizationResult is the result of an access control decision. It contains the decision outcome.",
"required": [
"allowed"
],
Expand All @@ -1094,7 +1095,6 @@
}
},
"healthNotReadyStatus": {
"description": "HealthNotReadyStatus health not ready status",
"type": "object",
"properties": {
"errors": {
Expand All @@ -1107,7 +1107,7 @@
}
},
"healthStatus": {
"description": "HealthStatus health status",
"description": "HealthStatus HealthStatus health status",
"type": "object",
"properties": {
"status": {
Expand All @@ -1118,7 +1118,7 @@
},
"oryAccessControlPolicy": {
"type": "object",
"title": "OryAccessControlPolicy OryAccessControlPolicy oryAccessControlPolicy specifies an ORY Access Policy document.",
"title": "oryAccessControlPolicy specifies an ORY Access Policy document.",
"properties": {
"actions": {
"description": "Actions is an array representing all the actions this ORY Access Policy applies to.",
Expand Down Expand Up @@ -1164,7 +1164,7 @@
},
"oryAccessControlPolicyAllowedInput": {
"type": "object",
"title": "Input for checking if a request is allowed or not.",
"title": "OryAccessControlPolicyAllowedInput Input for checking if a request is allowed or not.",
"properties": {
"action": {
"description": "Action is the action that is requested on the resource.",
Expand Down Expand Up @@ -1205,7 +1205,6 @@
}
},
"version": {
"description": "Version version",
"type": "object",
"properties": {
"version": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/authorization_result.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/health_not_ready_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/health_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/ory_access_control_policy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dd6237

Please sign in to comment.