Skip to content

Commit

Permalink
Regenerated docs before doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykirillovdb authored and 7R41N33 committed May 13, 2022
1 parent 6f7cb2d commit 6de1613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
class UffizziCore::Api::Cli::V1::Account::CredentialsController < UffizziCore::Api::Cli::V1::Account::ApplicationController
before_action :authorize_uffizzi_core_api_cli_v1_account_credentials

# rubocop:disable Layout/LineLength
# Create account credential
#
# @path [POST] /api/cli/v1/account/credentials
Expand All @@ -14,8 +13,9 @@ class UffizziCore::Api::Cli::V1::Account::CredentialsController < UffizziCore::A
# @response [object<errors>] 422 Unprocessable entity
#
# @example
# type can be one of UffizziCore::Credential::Amazon, UffizziCore::Credential::Azure, UffizziCore::Credential::DockerHub, UffizziCore::Credential::Google
# rubocop:enable Layout/LineLength
# type can be one of UffizziCore::Credential::Amazon, UffizziCore::Credential::Azure,
# UffizziCore::Credential::DockerHub, UffizziCore::Credential::Google

def create
credential_form = UffizziCore::Api::Cli::V1::Account::Credential::CreateForm.new
credential_form.assign_attributes(credential_params)
Expand Down
4 changes: 2 additions & 2 deletions core/swagger/v1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"default": {
"description": "Create account credential",
"examples": {
"application/json": "type can be one of UffizziCore::Credential::Amazon, UffizziCore::Credential::Azure, UffizziCore::Credential::DockerHub, UffizziCore::Credential::Google"
"application/json": "type can be one of UffizziCore::Credential::Amazon, UffizziCore::Credential::Azure,\nUffizziCore::Credential::DockerHub, UffizziCore::Credential::Google"
}
},
"201": {
Expand Down Expand Up @@ -1003,7 +1003,7 @@
"$ref": "#/definitions/Project"
}
},
"422": {
"404": {
"description": "Delete a secret from project by secret name"
},
"401": {
Expand Down

0 comments on commit 6de1613

Please sign in to comment.