Prisma

Set org metadata

Set organization metadata.

PUT
/api/v1/admin/organizations/metadata

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X put "http://localhost:8000/api/v1/admin/organizations/metadata" \  -H "Content-Type: application/json" \  -d '{    "key": "string",    "value": "string"  }'
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}