diff --git a/docs/api.swagger.json b/docs/api.swagger.json index 582b47ae4..68fc092b7 100755 --- a/docs/api.swagger.json +++ b/docs/api.swagger.json @@ -1069,6 +1069,7 @@ }, "definitions": { "addOryAccessControlPolicyRoleMembersBody": { + "description": "AddOryAccessControlPolicyRoleMembersBody add ory access control policy role members body", "type": "object", "properties": { "members": { @@ -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" ], @@ -1094,7 +1095,6 @@ } }, "healthNotReadyStatus": { - "description": "HealthNotReadyStatus health not ready status", "type": "object", "properties": { "errors": { @@ -1107,7 +1107,7 @@ } }, "healthStatus": { - "description": "HealthStatus health status", + "description": "HealthStatus HealthStatus health status", "type": "object", "properties": { "status": { @@ -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.", @@ -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.", @@ -1205,7 +1205,6 @@ } }, "version": { - "description": "Version version", "type": "object", "properties": { "version": { diff --git a/internal/httpclient/models/add_ory_access_control_policy_role_members_body.go b/internal/httpclient/models/add_ory_access_control_policy_role_members_body.go index 44ee391cf..293c235ef 100644 --- a/internal/httpclient/models/add_ory_access_control_policy_role_members_body.go +++ b/internal/httpclient/models/add_ory_access_control_policy_role_members_body.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// AddOryAccessControlPolicyRoleMembersBody add ory access control policy role members body +// AddOryAccessControlPolicyRoleMembersBody AddOryAccessControlPolicyRoleMembersBody add ory access control policy role members body // swagger:model addOryAccessControlPolicyRoleMembersBody type AddOryAccessControlPolicyRoleMembersBody struct { diff --git a/internal/httpclient/models/authorization_result.go b/internal/httpclient/models/authorization_result.go index 02286a976..578c6595b 100644 --- a/internal/httpclient/models/authorization_result.go +++ b/internal/httpclient/models/authorization_result.go @@ -13,7 +13,7 @@ import ( "github.com/go-openapi/validate" ) -// AuthorizationResult AuthorizationResult is the result of an access control decision. It contains the decision outcome. +// AuthorizationResult AuthorizationResult AuthorizationResult is the result of an access control decision. It contains the decision outcome. // swagger:model authorizationResult type AuthorizationResult struct { diff --git a/internal/httpclient/models/health_not_ready_status.go b/internal/httpclient/models/health_not_ready_status.go index dc878b4d7..0de7b2c13 100644 --- a/internal/httpclient/models/health_not_ready_status.go +++ b/internal/httpclient/models/health_not_ready_status.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// HealthNotReadyStatus HealthNotReadyStatus health not ready status +// HealthNotReadyStatus health not ready status // swagger:model healthNotReadyStatus type HealthNotReadyStatus struct { diff --git a/internal/httpclient/models/health_status.go b/internal/httpclient/models/health_status.go index 571dfd3a3..9e680058f 100644 --- a/internal/httpclient/models/health_status.go +++ b/internal/httpclient/models/health_status.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// HealthStatus HealthStatus health status +// HealthStatus HealthStatus HealthStatus health status // swagger:model healthStatus type HealthStatus struct { diff --git a/internal/httpclient/models/ory_access_control_policy.go b/internal/httpclient/models/ory_access_control_policy.go index ac7558170..33e71b68f 100644 --- a/internal/httpclient/models/ory_access_control_policy.go +++ b/internal/httpclient/models/ory_access_control_policy.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// OryAccessControlPolicy OryAccessControlPolicy OryAccessControlPolicy oryAccessControlPolicy specifies an ORY Access Policy document. +// OryAccessControlPolicy oryAccessControlPolicy specifies an ORY Access Policy document. // swagger:model oryAccessControlPolicy type OryAccessControlPolicy struct { diff --git a/internal/httpclient/models/ory_access_control_policy_allowed_input.go b/internal/httpclient/models/ory_access_control_policy_allowed_input.go index 40ec89514..d9f1b2e29 100644 --- a/internal/httpclient/models/ory_access_control_policy_allowed_input.go +++ b/internal/httpclient/models/ory_access_control_policy_allowed_input.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// OryAccessControlPolicyAllowedInput Input for checking if a request is allowed or not. +// OryAccessControlPolicyAllowedInput OryAccessControlPolicyAllowedInput Input for checking if a request is allowed or not. // swagger:model oryAccessControlPolicyAllowedInput type OryAccessControlPolicyAllowedInput struct { diff --git a/internal/httpclient/models/version.go b/internal/httpclient/models/version.go index 45e0beeaf..8331ddbdf 100644 --- a/internal/httpclient/models/version.go +++ b/internal/httpclient/models/version.go @@ -11,7 +11,7 @@ import ( "github.com/go-openapi/swag" ) -// Version Version version +// Version version // swagger:model version type Version struct {