v62

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-31136116265.6 KB
description

Create or replace a project description record (up to 10MB). The request Content-Type is stored and returned on GET; when omitted it is detected (JSON or text).

post/v1/projects/{projectOrProductUID}/description/{descriptionName}

Response

Description record created or updated.

content_typestring required

The stored content type, either "application/json" or "text/plain; charset=utf-8".

created_atinteger required

When the record was first created (Unix seconds).

created_bystring

The actor who created the record.

lengthinteger required

The content length in bytes.

md5string required

The hex-encoded MD5 of the content.

modified_atinteger required

When the record was last updated (Unix seconds).

modified_bystring

The actor who last updated the record.

namestring required

The record name (letters, digits, '.', '_' or '-').

owner_uidstring

The owning project (app) UID for project-scoped records; empty for global.

scopestring required

The ownership scope of the record ("global" or "project").