2023-04-13 13:55:07 +02:00
|
|
|
package api
|
|
|
|
|
2023-04-14 09:56:21 +02:00
|
|
|
// @title CIC Custodial API
|
|
|
|
// @version 1.0
|
|
|
|
// @description Interact with CIC Custodial API
|
|
|
|
// @termsOfService https://grassecon.org/pages/terms-and-conditions.html
|
2023-04-13 13:55:07 +02:00
|
|
|
|
2023-04-14 09:56:21 +02:00
|
|
|
// @contact.name API Support
|
|
|
|
// @contact.url https://grassecon.org/pages/contact-us
|
|
|
|
// @contact.email devops@grassecon.org
|
2023-04-13 13:55:07 +02:00
|
|
|
|
2023-04-14 09:56:21 +02:00
|
|
|
// @license.name AGPL-3.0
|
|
|
|
// @license.url https://www.gnu.org/licenses/agpl-3.0.en.html
|
2023-04-13 13:55:07 +02:00
|
|
|
|
2023-04-14 09:56:21 +02:00
|
|
|
// @BasePath /api
|