Skip to main content
POST
/
worlds
/
{world}
/
import
Import world data
curl --request POST \
  --url https://api.wazoo.dev/worlds/{world}/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: text/turtle' \
  --data '<string>'
{
  "error": {
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

world
string
required

Body

The body is of type string.

Response

No Content