Skip to main content
PUT
Update Template

Authentication & Scope

Requires the templates-write ability.

Request

Path Parameters

Body Parameters

Response

200 OK – The updated template.
Template changes are versioned. You can view version history in the dashboard.

Authorizations

Authorization
string
header
required

Personal Access Token created from the Raydocs dashboard. Include in the Authorization header: Bearer <your_token> See API Keys for token creation and management.

Path Parameters

templateId
string<uuid>
required

Body

application/json
name
string
description
string
schema_json
object

JSON schema defining extraction fields and groups

settings
object

Response

Updated

id
string<uuid>
read-only
name
string
description
string
schema_json
object

JSON schema defining extraction fields and groups

settings
object
workspace_id
integer
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only