API - creating record without assigned user

Completed

Comments

2 comments

  • Official comment
    OpenSolar Support

    Hi Jon,

    You can update the project after creation, you will need to send a PATCH request to /api/orgs/<org_id>/projects/<project_id>/ and with this as the JSON payload:

    {
    "assigned_role": null
    }
    They would have to make sure that they will be sending a POST request 

    POST /api/orgs/<org_id>/projects/

    Hope this helps. Otherwise, let us know.

    Comment actions Permalink
  • jon

    Thank you works like a charm!

    0
    Comment actions Permalink

Please sign in to leave a comment.