|
@@ -243,7 +243,7 @@ async def get_acatfc2_instruction_v2(params: domain_devices.ACATFC2InstructionsR
|
|
|
|
|
|
|
|
|
@router.post(
|
|
|
- "/instrucions/acatfc4/v2", response_model=domain_devices.ACATFC4InstructionsResponse
|
|
|
+ "/instructions/acatfc4/v2", response_model=domain_devices.ACATFC4InstructionsResponse
|
|
|
)
|
|
|
async def get_acatfc4_instrutions_v2(params: domain_devices.ACATFC4InstructionsRequest):
|
|
|
instructions = await build_acatfc4_instructions_v2(params)
|