Send a text message to a thread
  POST /thread/{id}     
 Authorizations
Parameters
Path Parameters
[  "QQRRSSTT"]The ID of the thread
Request Body
The message to be sent. Note that you only need the fields applicable for the text type.
The contents of the message. Fields will vary depending on message type.
object
The type of message
status_changeThe actual message text. Only present for text message type
This is the text of the message.Whether the message is only visible to moderators. Only present for text message type
The ID of the message being replied to by this message. Only present for text message type
SSTTUUVVThe old status of the project. Only present for status_change message type
processingThe new status of the project. Only present for status_change message type
approvedResponses
200
Expected response to a valid request
object
The ID of the thread
WWXXYYZZThe ID of the associated project if a project thread
The ID of the associated report if a report thread
object
The ID of the message itself
MMNNOOPPThe ID of the author
QQRRSSTTThe contents of the message. Fields will vary depending on message type.
object
The type of message
status_changeThe actual message text. Only present for text message type
This is the text of the message.Whether the message is only visible to moderators. Only present for text message type
The ID of the message being replied to by this message. Only present for text message type
SSTTUUVVThe old status of the project. Only present for status_change message type
processingThe new status of the project. Only present for status_change message type
approvedThe time at which the message was created
object
The user’s username
my_userThe user’s display name
My UserThe user’s email (only displayed if requesting your own account). Requires USER_READ_EMAIL PAT scope.
A description of the user
My short biographyVarious data relating to the user’s payouts status (you can only see your own)
object
The payout balance available for the user to withdraw (note, you cannot modify this in a PATCH request)
10.11223344556678The wallet that the user has selected
paypalThe type of the user’s wallet
emailThe user’s payout address
support@modrinth.comThe user’s ID
EEFFGGHHThe user’s avatar url
https://avatars.githubusercontent.com/u/11223344?v=1The time at which the user was created
The user’s role
developerAny badges applicable to this user. These are currently unused and undisplayed, and as such are subject to change
In order from first to seventh bit, the current bits are:
- (unused)
- EARLY_MODPACK_ADOPTER
- EARLY_RESPACK_ADOPTER
- EARLY_PLUGIN_ADOPTER
- ALPHA_TESTER
- CONTRIBUTOR
- TRANSLATOR
63A list of authentication providers you have signed up for (only displayed if requesting your own account)
[  "github",  "gitlab",  "steam",  "microsoft",  "google",  "discord"]Whether your email is verified (only displayed if requesting your own account)
Whether you have a password associated with your account (only displayed if requesting your own account)
Whether you have TOTP two-factor authentication connected to your account (only displayed if requesting your own account)
Deprecated - this is no longer public for security reasons and is always null
400
Request was invalid, see given error
object
The name of the error
invalid_inputThe contents of the error
Error while parsing multipart payload404
The requested item(s) were not found or no authorization to access the requested item(s)