SWML Scripts

Create SWML Script

Creates a resource that stores a calling or messaging SWML document in SignalWire. Use it for versioned instructions that can run without fetching content from your server; choose Create SWML webhook when your server must generate different SWML for each request, or Create cXML Script for cXML applications.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.

Learn more about API scopes.

post/api/fabric/resources/swml_scripts

Request body

OR

Example request

{
  "name": "Welcome Script",
  "script_type": "calling",
  "contents": {
    "version": "1.0.0",
    "sections": {
      "main": [
        {
          "play": {
            "url": "https://cdn.signalwire.com/swml/audio.mp3"
          }
        }
      ]
    }
  },
  "status_callback_url": "https://example.com/status"
}

Response

The request has succeeded.

idstring uuid required

Universal Unique Identifier.

project_idstring uuid required

Universal Unique Identifier.

display_namestring required

Display name of the SWML Script Fabric Resource

type'swml_script' required

Type of the Fabric Resource

created_atstring date-time required

Date and time when the resource was created.

updated_atstring date-time required

Date and time when the resource was updated.

Example response

{
  "display_name": "Welcome Script",
  "type": "swml_script",
  "created_at": "2024-05-06T12:20:00Z",
  "updated_at": "2024-05-06T12:20:00Z",
  "swml_script": {
    "display_name": "Booking Assistant",
    "script_type": "calling",
    "request_url": "https://example.com/swml_script",
    "contents": {
      "version": "1.0.0",
      "sections": {
        "main": [
          {
            "play": {
              "url": "https://cdn.signalwire.com/swml/audio.mp3"
            }
          }
        ]
      }
    },
    "status_callback_url": "https://website.com/status",
    "status_callback_method": "POST"
  }
}

Changes

Changed in 36 of the 161 revisions of this API.544376940

  • e79dcc8b2150624See the full diff
    • ▲

      the / request property type changed from no type to object

      request-property-type-changed

    • ▲

      the / request property type changed from no type to object

      request-property-type-changed

    • ▲

      added 'unevaluatedProperties' constraint to the request property /

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property /

      request-property-unevaluated-properties-added

    • ▲

      the /// response's property type changed from no type to object for status

      response-property-type-changed

    • ▲

      the /// response's property type changed from no type to object for status

      response-property-type-changed

    • ●

      removed from the / request property allOf list

      request-property-all-of-removed

    • ●

      removed from the / request property allOf list

      request-property-all-of-removed

    • ○

      removed from the /// response property allOf list for the response status

      response-property-all-of-removed

    • ○

      removed from the /// response property allOf list for the response status

      response-property-all-of-removed

    • ○

      added 'unevaluatedProperties' constraint to the /// response property for the status

      response-property-unevaluated-properties-added

    • ○

      added 'unevaluatedProperties' constraint to the /// response property for the status

      response-property-unevaluated-properties-added

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

  • 51e63ae4cf551822See the full diff
    • ▲

      added the new required request property ///////////

      new-required-request-property

    • ▲

      added the new required request property ///////////

      new-required-request-property

    • ▲

      added the new required request property ///////////

      new-required-request-property

    • ▲

      added the new required request property ///////////

      new-required-request-property

    • ▲

      added the new required request property ///////////

      new-required-request-property

    • ▲

      added the new required request property ///////////

      new-required-request-property

    • ▲

      added to the ////////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the ////////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      added to the /////////////////// request property allOf list

      request-property-all-of-added

    • ▲

      removed from the ////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed from the ////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the //////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      the ////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////// request property type changed from no type to object

      request-property-type-changed

    • ▲

      the ////////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the /////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property ////////////////////

      request-property-unevaluated-properties-added

    • ▲

      added 'unevaluatedProperties' constraint to the request property //////////

      request-property-unevaluated-properties-added

    • ▲

      the //////////// response's property type changed from no type to object for status

      response-property-type-changed

    • ▲

      the //////////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////// response's property type changed from no type to object for status

      response-property-type-changed

    • ▲

      the //////////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ///////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ●

      removed the request property ////////////////

      request-property-removed

    • ●

      removed the request property ////////////////

      request-property-removed

    This revision's changelog hit the recording limit, so it may not list every change to this endpoint.

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

  • 1e361d3f91b326See the full diff
    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the //////////////////// response property anyOf list for the response status

      response-property-any-of-removed

    • ○

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the //////////////////// response property anyOf list for the response status

      response-property-any-of-removed

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

  • 1e3d98618de03470See the full diff
    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from string to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from string to no type

      request-property-type-changed

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////

      new-optional-request-property

    • ○

      added the new optional request property //////////////////////

      new-optional-request-property

    • ○

      added the new optional request property ////////////////////

      new-optional-request-property

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the //////////////////// response property anyOf list for the response status

      response-property-any-of-removed

    • ○

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the //////////////////// response property anyOf list for the response status

      response-property-any-of-removed

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

  • e88117e2c18d22See the full diff
    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the ////////////////// request property anyOf list

      request-property-any-of-added

  • 549e44d6120b98102See the full diff
    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the ////////////////// request property anyOf list

      request-property-any-of-removed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the ////////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the //////////////////// request property type changed from array to no type

      request-property-type-changed

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property //////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the response property ////////////////////// became optional for the status

      response-property-became-optional

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the //////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ▲

      the ////////////////////// response's property type changed from array to no type for status

      response-property-type-changed

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the ////////////////// request property anyOf list

      request-property-any-of-added

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////// became optional

      request-property-became-optional

    • ○

      the request property ////////////////////// became optional

      request-property-became-optional

    • ○

      the request property //////////////////// became optional

      request-property-became-optional

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the //////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #2 to the ////////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      added subschema #1 subschema #2 subschema #3 subschema #4 to the //////////////////// response property anyOf list for the response status

      response-property-any-of-added

    • ○

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the //////////////////// response property anyOf list for the response status

      response-property-any-of-removed

    • ○

      removed subschema #1 subschema #2 subschema #3 subschema #4 from the //////////////////// response property anyOf list for the response status

      response-property-any-of-removed

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

    • ●

      removed the request property /////////////////

      request-property-removed

    • ●

      removed the request property /////////////////

      request-property-removed

    • ●

      removed the request property /////////////////

      request-property-removed

    • ●

      removed the request property /////////////////

      request-property-removed

    • ●

      removed the optional property /////////////////// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property /////////////////// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property /////////////////// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property /////////////////// from the response with the status

      response-optional-property-removed

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

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ●

      removed the request property ///////////

      request-property-removed

    • ●

      removed the request property ///////////

      request-property-removed

    • ●

      removed the request property ///////////

      request-property-removed

    • ●

      removed the request property ///////////

      request-property-removed

    • ●

      removed the request property ///////////

      request-property-removed

    • ●

      removed the request property ///////////

      request-property-removed

    • ●

      removed the optional property ///////////// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///////////// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///////////// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///////////// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///////////// from the response with the status

      response-optional-property-removed

    • ●

      removed the optional property ///////////// from the response with the status

      response-optional-property-removed

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the new optional request property ///////////

      new-optional-request-property

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property ///////////// to the response with the status

      response-optional-property-added

Of the 161 revisions, 3 have a changelog that could not be searched.