Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Element types that may be created during this import include: Interaction moduleEntityRelationAttribute, Value listREST service, Domain schema.
  • For each path object in the OpenAPI file, a REST Service will be generated. 
  • For each schema in the OpenAPI file that is used in a selected operation, a domain schema will be generated.
  • If an element already exists in the module, it will be overwritten. If an element with the same name in the current import already exists, a suffix will be added to the element name.
  • Supported HTTP methods are: GET, POST, PUT, DELETE, PATCH.
  • Supported media types are: application/json and application/xml.
  • Security schemes are not supported.
  • Blueriq can only handle one response schema. This will be the schema that corresponds with the status code 200 (or default or lowest code if 200 does not exist).
  • OpenAPI examples and descriptions are ignored during the import.

...