API - creating record without assigned user

Abgeschlossen

Kommentare

2 Kommentare

  • Offizieller Kommentar
    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.

    Aktionen für Kommentare Permalink
  • jon

    Thank you works like a charm!

    0
    Aktionen für Kommentare Permalink

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.