v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
App Resource Type

Create Manually Managed Resource Type

Create a manually managed resource type that classifies resources within an app.

post/api/v1/apps/{app_id}/resource_types

Path parameters

app_idstring required

The ID of the app to create the resource type under.

Request body

displayNamestring required

The display name for the new resource type.

resourceType'ROLE' | 'GROUP' | 'LICENSE' | 'PROJECT' | 'CATALOG' | 'CUSTOM' | 'VAULT' | 'PROFILE_TYPE' required

The category of the resource type (e.g., ROLE, GROUP, LICENSE).

Response

The response message for creating a manually managed resource type.