v7

OpenAPI 3.1.0raw.githubusercontent.com2026-06-2200251.9 KB
Contexts

Import a mapping table into a context.

Imports token-to-replacement mappings (as produced by the export endpoint) into a context. By default an incoming token that already exists in the context is skipped; pass on_conflict=overwrite to replace existing replacements instead.

post/api/contexts/{name}/entries/import

Path parameters

namestring required

Query parameters

on_conflictstring
ownerstring

Headers

Authorizationstring required

Request body

string required

Response

OK