Create a resource type

Creates or updates a resource type for an app’s resource provider. Requires the app to have an associated resource provider — PUT fails without one.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organization_idstringRequired
The ID of the organization
app_definition_idstringRequired
The ID of the app definition
resource_type_idstringRequired
The ID of the resource type

Request

This endpoint expects a map from strings to any.

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful