Skip to content

Commit f6105f6

Browse files
committed
doc: update Project api documentation.
1 parent 96d289c commit f6105f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/PROJECTS_API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ $renderforestClient = new \Renderforest\ApiClient(
5959
$projectId = $renderforestClient->addProject(701); // template id
6060
```
6161
- Also, project-data is created with the following list of initial properties:
62-
templateId, title, duration, equalizer, isLego, extendableScreens, fps, projectVersion, screens, muteMusic,
62+
templateId, title, duration, equalizer, isLego, extendableScreens, fps, projectVersion, screens, muteSfx,
6363
currentScreenId, projectColors (optional), themeVariableName (optional), themeVariableValue (optional).
64-
- The "muteMusic" is false initially.
64+
- The "muteSfx" is false initially.
6565
- If template is lego ("isLego": true), then no initial screen is added and "screens" defaults to []. Otherwise, at least one screen is present.
6666
- The "currentScreenId" is the id of the first screen for non-lego templates & null for lego templates.
6767
- The "projectColors" is optional and gets value if the template has default colors. Both lego & non-lego templates might have default colors.

0 commit comments

Comments
 (0)