PATCH/spaces/api/v1/installation.json

Update the current installation

Body Params

    • Name
      installation
      Type
      object
      Description
      InstallationUpdate represents an installation that can be updated

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 OK
    • Code
      404
      Type
      object
      Schema
      Description
      404 Not Found
    • Code
      500
      Type
      object
      Schema
      Description
      500 Internal Server Error

    Examples

    200 OK

    Installation
    {
      "installation": {
        "LinkedCompany": {
          "company": {
            "id": 0,
            "meta": {},
            "type": "string"
          }
        },
        "allowTeamworkBrand": true,
        "appOwner": {
          "id": 0,
          "meta": {},
          "type": "string"
        },
        "baseHref": "string",
        "createdAt": "2024-07-26T20:26:10.533Z",
        "createdBy": {
          "id": 0,
          "meta": {},
          "type": "string"
        },
        "deletedAt": "2024-07-26T20:26:10.533Z",
        "deletedBy": {
          "id": 0,
          "meta": {},
          "type": "string"
        },
        "id": 0,
        "name": "string",
        "preferences": {
          "emailEnabled": true,
          "peopleEnabled": true
        },
        "region": "string",
        "signupProduct": "string",
        "subscription": {
          "isPaid": true,
          "isStarterPlan": true,
          "pageCountLimit": 0,
          "pricePlanId": 0,
          "trial": {
            "currentUsers": 0,
            "daysLeft": 0,
            "isInGracePeriod": true,
            "isInTrial": true,
            "paymentMethod": "string",
            "planUsers": 0,
            "trialUntil": "2024-07-26T20:26:10.533Z"
          }
        },
        "updatedAt": "2024-07-26T20:26:10.533Z",
        "updatedBy": {
          "id": 0,
          "meta": {},
          "type": "string"
        },
        "welcomeText": "string",
        "welcomeTextTitle": "string"
      }
    }