Skip to main content
POST
/
api
/
dictionaries
Create a dictionary for the organization
curl --request POST \
  --url http://localhost:3000/api/dictionaries \
  --header 'Content-Type: application/json' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://docs.gomobile.ma/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

201

Dictionary created successfully