πSubmission API Documentation
Base URL
Routes
Create Submission
{
"name": "John Doe",
"projectName": "Project Alpha",
"email": "john.doe@example.com",
"about": "This is a submission about Project Alpha.",
"links": JSON.stringify({
"facebook": "https://facebook.com/johndoe",
"twitter": "https://twitter.com/johndoe",
"website": "https://johndoe.com",
"github": "https://github.com/johndoe"
})
}Modify Submission
Delete Submission
Retrieve Submission
Retrieve All Submissions
Submission Search API Documentation
Base URL
Route
Search Submissions
Response
Example Response
Error Responses
Last updated