Paleta - Deixe colorido🎨
Palette — Construtor visual de páginas. Não precisa ser designer.
GET, POST, PATCH e DELETE
JSON Drop API Documentation
- Instalação do JSON Drop API
-
Backend JSON:API
- Documentação dos endpoints do servidor JSON:API
- Conceitos principais
- Glossário de termos
- Filtragem
- Includes
- Paginação
- Ordenação
- Revisões
- Traduções
- GET, POST, PATCH e DELETE
- Obtendo recursos (GET)
- Criando novos recursos (POST)
- Removendo recursos existentes (DELETE)
- Atualizando recursos existentes (PATCH)
- Personalizando recursos
- Uploads de arquivos
- Como usar o módulo Webform REST com Drupal 11: um guia prático
- JSON:API vs. o módulo REST do núcleo
- O que o JSON:API NÃO faz
- JSON:API Extras
- Gerenciamento de conteúdo no JSON Drop API
- Tradução: interface do usuário, configuração e conteúdo
- Autenticação, segurança e performance
This section contains examples and information per request type: GET, POST, PATCH and DELETE
About the examples
All examples are working examples that you can try either in a browser or a JSON client (for example: Postman). You need a standard Drupal installation, a number of Article nodes and the JSON:API module enabled.
http://example.com/jsonapi/node/article/{{article_uuid}}
All requests use the '/jsonapi' path prefix, which is the default value of the JSON:API module. In various examples placeholders are denoted by a double curly brace syntax, eg. {{...}}. Replace them with the designated data applicable for your environment.
To allow POST, PATCH and DELETE operation, visit
/admin/config/services/jsonapi
and check the "Accept all JSON:API create, read, update, and delete operations." option.
Article from Drupal Documentation.