Skip to main content
POST
Update Project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

Body

application/json

Project configuration for updating an existing AWR project

keywords
object[]
required

List of keywords to track

websites
object[]
required

List of websites to track

addSearchengines
object[]

List of search engines to add to the project.

removeSearchengines
object[]

List of search engines to remove from the project.

Response

200

Project updated successfully