developr
Active member
Hi there,
The parameter "message" is missing in the docs.
API endpoint: https://xenforo.com/community/pages/api-endpoints/#route_post_profile_posts_
In the file the required parameters are listed:
The parameter "message" is missing in the docs.
API endpoint: https://xenforo.com/community/pages/api-endpoints/#route_post_profile_posts_
In the file the required parameters are listed:
Code:
/**
* @api-desc Creates a new profile post.
*
* @api-in int $user_id <req> The ID of the user whose profile this will be posted on.
* @api-int str $message <req>
*/