API - creating record without assigned user

Completato

Commenti

2 commenti

  • Commento ufficiale
    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.

    Azioni per commenti Permalink
  • jon

    Thank you works like a charm!

    0
    Azioni per commenti Permalink

Accedi per aggiungere un commento.