🚀 Apps
Update an App
This endpoint updates an existing app based on the provided App ID.
PUT
/
v1
/
apps
/
{appId}
Auth Headers
x-metal-api-key
string
requiredAn API key for your org.
x-metal-client-id
string
requiredA Client ID for your org.
Path Parameters
appId
string
requiredThe unique identifier of the app you want to update.
Body
name
string
The updated name for the App.
indexes
array
An updated array of an index connected to the app.
Response
data
App Object
Feel free to adjust as per the exact requirements and specifics of the API endpoint.