Skip to content

Correct Publisher V4 REST API documentation indentation issue #11000

@sgayangi

Description

@sgayangi

Description

In the Publisher V4 REST API yaml file, the scopes field here is incorrectly indented.

This needs to be corrected for the schema to appear as follows:

        subtypeConfiguration:
          $ref: '#/components/schemas/SubtypeConfiguration'
        scopes:
          type: array
          items:
            $ref: '#/components/schemas/APIScope'

This is correctly found in https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1/src/main/resources/publisher-api.yaml#L14385C1-L14390C50

Steps to Reproduce

Access the documentation in the above links and view the indentation error.

Version

4.0.0

Environment Details (with versions)

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions