PUT
/
sites
/
{uuid}
curl --request PUT \
  --url https://app.qualitee.io/api/sites/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "url": "<string>",
  "cms": "none",
  "wordpress_token": "<string>"
}'
{
  "uuid": "<string>",
  "name": "<string>",
  "url": "<string>",
  "cms": "none",
  "created_at": "<string>",
  "updated_at": "<string>",
  "wordpress": {
    "status": "<string>",
    "wordpress_version": "<string>",
    "plugin_version": "<string>",
    "authors": {
      "0": "<string>"
    },
    "categories": {
      "0": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

L’identifiant unique du site que vous souhaitez intégrer.

Body

application/json

Response

201 - application/json

Renvoie les détails du site récemment ajouté.

Informations sur le site