Update
This endpoint is for updating the details of a specific project using the project ID.
Header Parameters |
---|
apiToken string — REQUIREDSecret key for the project |
Request Body — REQUIRED | |||||||
---|---|---|---|---|---|---|---|
address object
| |||||||
colors object
| |||||||
bankDetails object
| |||||||
is_registed booleanFlag indicating if the project is registered | |||||||
services string[]List of services the project offers | |||||||
documents string[]List of document paths or URLs | |||||||
name string — REQUIREDName of the project | |||||||
type string — REQUIREDType of project | |||||||
business_name string — REQUIREDRegistered business name of the project | |||||||
currency stringThe currency in which the project operates | |||||||
description stringDescription of the project | |||||||
email emailContact email of the project | |||||||
logo_url uriURL of the project's logo | |||||||
organizationalType stringType of organization, e.g., Partnership | |||||||
phone_number stringContact phone number of the project | |||||||
subtype stringSubtype of the financial services provided | |||||||
webhooks object[]
|
Responses | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Project updated successfully
| ||||||||||||||||||||||||||||||||||||
400 Bad request, such as invalid input
| ||||||||||||||||||||||||||||||||||||
401 Unauthorized access
| ||||||||||||||||||||||||||||||||||||
404 Project not found
| ||||||||||||||||||||||||||||||||||||
500 Internal Server Error
|