Full name: projects.locations.schemas.schemaVersions.create
Creates a schema version.
HTTP request
POST https://documentai.googleapis.com/v1/{parent}/schemaVersions Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent (project and location) under which to create the SchemaVersion. Format: |
Request body
The request body contains an instance of SchemaVersion.
Response body
If successful, the response body contains a newly created instance of SchemaVersion.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
documentai.schemaVersions.create
For more information, see the IAM documentation.