Pular para o conteúdo principal

Singleton

Um singleton, também chamado de Seção na interface do Starlight.

idID (integer)
Example: 1234567890
titleTítulo (string)required
Example: Singleton de Exemplo
slugSlug (string)required
Example: singleton-de-exemplo
category object

Uma categoria de singletons, também chamada de Categoria de Seções na interface do Starlight.

idID (integer)
Example: 1234567890
titleTítulo (string)required
Example: Categoria de Exemplo
slugSlug (string)required
Example: categoria-de-exemplo
created_atstring<date-time>
updated_atstring<date-time>
created_atstring<date-time>
updated_atstring<date-time>
Singleton
{
"id": "1234567890",
"title": "Singleton de Exemplo",
"slug": "singleton-de-exemplo",
"category": {
"id": "1234567890",
"title": "Categoria de Exemplo",
"slug": "categoria-de-exemplo",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}