Update: invoice_imei to optional
This commit is contained in:
parent
f276847f43
commit
a39dfe324b
@ -118,7 +118,7 @@ class CtelViewSet(viewsets.ViewSet):
|
||||
'type': 'string'
|
||||
},
|
||||
},
|
||||
'required': {'imei_files', 'invoice_file'}
|
||||
'required': {'imei_files'}
|
||||
}
|
||||
}, responses=None, tags=['ocr'])
|
||||
@action(detail=False, url_path="images/process", methods=["POST"])
|
||||
|
Loading…
Reference in New Issue
Block a user