interface SetProjectProperty {
    projectIdOrKey: string;
    propertyKey: string;
    propertyValue: any;
}

Properties

projectIdOrKey: string

The project ID or project key (case sensitive).

propertyKey: string

The key of the project property. The maximum length is 255 characters.

propertyValue: any