Mangools/API

Update List name

Rename an existing keyword list.

Required field:

  • name — new list name

Returns HTTP 204.

PATCH
/kwfinder/lists/{list_id}

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Path Parameters

list_id*integer

List ID to add keywords

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body?unknown

Response Body

curl -X PATCH "https://api.mangools.com/v3/kwfinder/lists/0" \  -H "Content-Type: application/json" \  -d '{    "name": "My Awesome Keyword List"  }'
Empty