*
* @SWG\Get(
* path="/billing/invoice",
* tags={"Invoices"},
* operationId="getinvoices",
* summary="Get all invoices.",
* @SWG\Response(
* response=200,
* description="success",
* @SWG\Schema(ref="common/Billing/invoices/Invoice"),
* ),
* @SWG\Response(
* response="default",
* description="error",
* @SWG\Schema(ref="app/Error"),
* ),
* )
I'm giving the correct module reference but get 500, 403 and 405 response code.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire