Prerequisite API operation that must succeed before the main operation.
ONLY for business logic dependencies (resource existence, state checks,
data availability). NEVER for authentication or authorization -- those are
handled via authorizationActor.
Keep prerequisite chains minimal. Descriptions should explain WHY the
dependency is needed.
Prerequisite API operation that must succeed before the main operation.
ONLY for business logic dependencies (resource existence, state checks, data availability). NEVER for authentication or authorization -- those are handled via
authorizationActor.Keep prerequisite chains minimal. Descriptions should explain WHY the dependency is needed.