Skip to content

Correct requestBody example of /v1/provide-list-of-network-element-interfaces-on-path-in-generic-representation #323

@kmohr-soprasteria

Description

@kmohr-soprasteria

The example in the requestBody has a consequent-action-list, but the schema does not.
Therefore remove the consequent-action-list from the example in the OAS.

requestBody:

      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
                - input-value-list
              properties:
                input-value-list:
                  type: array
                  items:
                    type: object
                    required:
                      - field-name
                      - field-value
                    properties:
                      field-name:
                        type: string
                        description: <
                          'Name of an input value
                          find in [/core-model-1-4:control-construct/profile-collection/profile=matr-1-0-2-action-p-003/action-profile-1-0:action-profile-pac/action-profile-capability/input-value-list/field-name]'
                      field-value:
                        type: string
              example:
                input-value-list:
                  - field-name: "TargetMacAddress"
                    field-value: "01:01:01:01:01:01"
                consequent-action-list:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions