Posted November 14, 20213 yr 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.
November 17, 20213 yr 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)