Projects V2

Update Application in Project

Updates core application identity fields (name, app_id, bundle_id) within a project. Requires applications:write scope.

patch/v2/projects/{id}/applications/{application_id}

Path parameters

idstring required

Project ID

Project ID

application_idstring required

Application ID

Application ID

Request body

namestring

Display name of the application

app_idstring nullable

App Store or Play Store app ID

bundle_idstring nullable

Bundle identifier (iOS) or package name (Android)

Response

Success

idstring required

Unique identifier for the project

object'project' required

Object type, always project

namestring required

Display name of the project

organization_idinteger required

ID of the organization that owns this project

created_atstring required

ISO 8601 timestamp of when the project was created

updated_atstring required

ISO 8601 timestamp of when the project was last updated

archivedboolean required

Whether the project is archived

metadataobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.