Create or update content entries
POST /v1/content
Create or upsert content entries in bulk (up to 500 per request).
Deduplicates by (contentType, contentId) — last entry wins.
Requires X-Project-Id header.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Project UUID (sent as a header for endpoints that don’t include it in the path).
Request Body required
Section titled “Request Body required ”object
object
Type category (e.g., weapon, map).
Unique identifier within the content type.
Human-readable display name.
Arbitrary metadata (max 10 KB serialized).
Responses
Section titled “ Responses ”Content entries created/updated.
object
object
Number of entries imported.
Invalid request parameters or body.
object
Human-readable error message.
Missing or invalid API key.
object
Human-readable error message.
Rate limit exceeded.
object
Human-readable error message.
Headers
Section titled “Headers ”Maximum number of requests allowed per hour.
Number of requests remaining in the current window.
Unix timestamp when the rate limit window resets.