v1
latestOpenAPI 3.0.32026-07-13218142597.2 KBApp Properties
Create or update a Forge app property.
Creates or updates a Forge app property. This API can only be accessed using asApp() requests from Forge.
put/app/properties/{propertyKey}
Path parameters
propertyKeystring required
The key of the property
Request body
object required
Example request
{
"name": "Forge app",
"darkMode": true,
"version": "1.0.0",
"buildNumber": 7
}Response
Property updated.