Create an ecosystem.

Details

Create an ecosystem.

An account token may be used to run this endpoint.

Parameters

body

header

  • x-system-metadata-prefix (optional): A customized metadata prefix. The default is “$.”

Responses

200

{
    "createdAt": "YYYY-MM-DD HH:MM:SS ENCODED",
    "id": "ECOSYSTEM-ID",
    "meta": {}
}

400

  • No Query String Allowed: The standard error structure defines this error as invalid parameters, with additional parameters in the query string. In this context, it means that no query string is allowed at all when calling this endpoint.
  • Metadata Format Invalid: The standard error structure defines this error as invalid parameters. In this context, it means that metadata, when specified, should have been formatted as a valid JSON object, and it was not formatted that way.

Examples

HTTP

POST https://ioe.droplit.io/api/ecosystems HTTP/1.1
authorization: TOKEN

Droplit Console

droplit ecosystem create

Droplit SDK

droplit.ecosystems.create(META);
Language
Authorization
Header
Click Try It! to start a request and see the response here!