Changes to Create project

POST /v2/projects.createProject

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 91 revisions of this API.213

  1. 43ad1ce9a1522
  2. 7815bad876c821
  3. 355070211f9e1

What changed

    • the endpoint scheme security bearer was added to the API

      api-security-added

    • the endpoint scheme security rootKey was removed from the API

      api-security-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 7815bad876c821See the full diff
    • the slug request property's maxLength was decreased to 255

      request-property-max-length-decreased

    • the slug request property's minLength was increased from 1 to 3

      request-property-min-length-increased

    • changed the pattern of the request property slug from ^[a-z0-9]+(-[a-z0-9]+)*$ to ^[a-zA-Z0-9_-]+$

      request-property-pattern-changed

    • endpoint added

      endpoint-added