Brault Developers

Update a library

Regionalus.api.brault.appfollows the region selector in the top bar
PATCH
/v1/libraries/{libraryId}

Only name and description are settable.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

libraryId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/v1/libraries/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "object": "library",  "id": "string",  "name": "string",  "description": "string",  "emoji": "string",  "pinned": true,  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "created_by_id": "string"}