For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Project

Update project with specified id.

Update Project

PATCH https://environment.monterosa.cloud/api/v2/projects/:project_id

Path Parameters

Name
Type
Description

project_id

string

Project ID.

Headers

Name
Type
Description

Authorization

string

Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb

Content-Type

string

application/vnd.api+json

Request Body

Name
Type
Description

name

string

Project's name.

presence_counter[min_threshold]

integer

Minimal threshold. Can be greater or equal to 0. Default value can be set via App Spec.

presence_counter[enabled]

boolean

Switch on/off presence counter.

presence_counter

object

Presence counter on client application setup. Available if it is enabled on App Spec level only.

hidden_elements

array

Project's elements visibility settings.

audio_sync_default_delay

integer

Project's audio sync default delay.

audio_sync_max_delay

integer

Project's audio sync max delay.

certification_enabled

boolean

Defines if Certification is enabled for a project.

locales

array

List of project locales.

settings

array

App Setup settings.

archived

boolean

Marks project as archtived.

Users with at least the Admin role can change this attribute.

environment

string

Sets environment of the project. Allowed values: "staging" (default), "production". Users with at least the Admin role can change this attribute.

image_url

string

Project thumbnail image URL

Example

App Setup settings

List of fields of App Setup. Each field is updated separately and if present its content is rewritten completely.

Hidden elements

Elements visibility settings are updated by providing hidden_elements attribute and only for provided element types.

In the example above elements of "vote" type is set to be invisible on UI and "emote" is set to be visible. Settings for other element types not changed since hidden_elements attribute contains settings only for "vote" and "emote". It is similar to check "Emote" and uncheck "Vote" on Elements tab on Project Settings page.

Migrate a Project to a new App

A Project can be switched to another App by updating the App ID in the relationships object.

Last updated