Add output doc for POST /apple/process_payment

This commit is contained in:
Son NK 2020-04-19 11:22:05 +02:00
parent b33ec7d025
commit bf55ba0521
1 changed files with 4 additions and 0 deletions

View File

@ -1105,6 +1105,10 @@ Input:
- `Authentication` in header: the api key
- `receipt_data` in body: the receipt_data base64Encoded returned by StoreKit, i.e. `rawReceiptData.base64EncodedString`
Output:
200 if user is upgraded successfully
4** if any error.
### Database migration
The database migration is handled by `alembic`