InitTopicResponse
Represents the response from initializing a topic.
- Python
- PHP
- JSON
from respectify.schemas import InitTopicResponse
use Respectify\Schemas\InitTopicResponse;
Types are returned as JSON objects in API responses.
Fields
article_id
UUID of the initialized article/topic
- Python
- PHP
- JSON
result.article_id: UUID
$result->articleId: UUID
"article_id": "550e8400-e29b-41d4-a716-446655440000"