class Api::V1::Characters::Update
- Api::V1::Characters::Update
- ApiAction
- Lucky::Action
- Reference
- Object
Included Modules
Defined in:
actions/api/v1/characters/update.crConstant Summary
-
AFTER_PIPES =
[] of Symbol
-
BEFORE_PIPES =
[verify_accepted_format, require_auth_token] of Symbol
-
EXPOSURES =
[] of Symbol
-
PARAM_DECLARATIONS =
[] of Crystal::Macros::TypeDeclaration
-
ROUTE_SETTINGS =
{prefix: "/api/v1"}
-
SKIPPED_PIPES =
[] of Symbol
Class Method Summary
- .path(*args, **named_args) : String
- .path_without_query_params(character_slug)
- .route(character_slug, anchor : String | Nil = nil) : Lucky::RouteHelper
- .url(*args, **named_args) : String
- .url_without_query_params(character_slug)
- .with(character_slug, anchor : String | Nil = nil) : Lucky::RouteHelper
Instance Method Summary
Instance methods inherited from module CheckCurrentUser
ensure_owned_by_current_user!(character : Character)ensure_owned_by_current_user!(chat : Chat) ensure_owned_by_current_user!