Skip to content

Instantly share code, notes, and snippets.

@MonaAghili
Created August 26, 2025 19:40
Show Gist options
  • Save MonaAghili/ebba21ed2bc0936c94f9819d13b99994 to your computer and use it in GitHub Desktop.
Save MonaAghili/ebba21ed2bc0936c94f9819d13b99994 to your computer and use it in GitHub Desktop.

Revisions

  1. MonaAghili created this gist Aug 26, 2025.
    28 changes: 28 additions & 0 deletions org_edit_form.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    Payload when we **don't remove** the logo
    ```json
    {
    "name": "afsdfsdf",
    "description": "",
    "address": "",
    "phone": "fadsfadsf",
    "email": "[email protected]",
    "website": "",
    "working_hours": "",
    "owner_id": 1
    }
    ```

    Payload when we **remove** the logo
    ```json
    {
    "name": "afsdfsdf",
    "description": "",
    "address": "",
    "phone": "fadsfadsf",
    "email": "[email protected]",
    "website": "",
    "working_hours": "",
    "owner_id": 1,
    "logo_url": null
    }
    ```