Shehi Posted November 14, 2021 Posted November 14, 2021 As you know, GET /core/clubs/{id} endpoint yields various fields, such as "photo" and "paid". We would like to be able to pass these two parameters when POSTing. "photo" field can even be a URL to the resource. Thanks.
Daniel F Posted November 17, 2021 Posted November 17, 2021 Hi, the POST endpoint contains already the join and renew fee parameters. * @apiparam \IPS\nexus\Money joiningFee Cost to join the club (Nexus must be installed, paid clubs must be enabled, and the owner must be allowed to create paid clubs) * @apiparam \IPS\nexus\Purchase\RenewalTerm renewalTerm Renewal term for the club (joiningFee must be set)
Shehi Posted January 26, 2022 Author Posted January 26, 2022 What about 'photo'? Any plans to support that?
Recommended Posts