Admin Projects

Create a project on a user's behalf (target user is the owner)

post/v1/admin/projects

Request body

userIdstring uuid required
namestring required
type'renovation' | 'new_home_construction' | 'other'

Response

Project created successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes