Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

{
  "openapi" : "3.0.1",
  "info" : {
    "title" : "CreateCalendar",
    "description" : "Create a Calendar in AddEvent.com",
    "version" : "1.0"
  },
  "servers" : [ {
    "url" : "https://www.addevent.com"
  } ],
  "paths" : {
    "/api/v1/me/calendars/create/" : {
      "post" : {
        "description" : "Auto generated using Swagger Inspector",
        "parameters" : [ {
          "name" : "template_embed_id",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "XXXXXXXX"
        }, {
          "name" : "timezone",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "Australia%2FSydney"
        }, {
          "name" : "palette_id",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "XXXXXX"
        }, {
          "name" : "description",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "A%20Calendar%20Dsecription"
        }, {
          "name" : "weekday_begin",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "1"
        }, {
          "name" : "template_id",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "XXXXXXXXX"
        }, {
          "name" : "title",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "An%20Example%20Calendar"
        }, {
          "name" : "custom_data",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "%7B%22bannerimage%22%3A%22http%3A%2F%2Fplacekitten.com%2F200%2F300%22%7D"
        }, {
          "name" : "calendar_color",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "1"
        }, {
          "name" : "token",
          "in" : "query",
          "schema" : {
            "type" : "string"
          },
          "example" : "apiXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
        } ],
        "responses" : {
          "200" : {
            "description" : "Auto generated using Swagger Inspector",
            "content" : {
              "application/json;charset=utf-8" : {
                "schema" : {
                  "type" : "string"
                },
                "examples" : { }
              }
            }
          }
        },
        "servers" : [ {
          "url" : "https://www.addevent.com"
        } ]
      },
      "servers" : [ {
        "url" : "https://www.addevent.com"
      } ]
    }
  }
}

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.