clouddirectory_put_schema_from_json {paws.security.identity}R Documentation

Allows a schema to be updated using JSON upload

Description

Allows a schema to be updated using JSON upload. Only available for development schemas. See JSON Schema Format for more information.

See https://www.paws-r-sdk.com/docs/clouddirectory_put_schema_from_json/ for full documentation.

Usage

clouddirectory_put_schema_from_json(SchemaArn, Document)

Arguments

SchemaArn

[required] The ARN of the schema to update.

Document

[required] The replacement JSON schema.


[Package paws.security.identity version 0.9.0 Index]