Skip to content

[Standalone] Add YAML support for application creation#678

Open
Piumal1999 wants to merge 1 commit intowso2:standalonefrom
Piumal1999:standalone-import-app
Open

[Standalone] Add YAML support for application creation#678
Piumal1999 wants to merge 1 commit intowso2:standalonefrom
Piumal1999:standalone-import-app

Conversation

@Piumal1999
Copy link
Copy Markdown
Contributor

@Piumal1999 Piumal1999 commented Apr 20, 2026

Purpose

Providing the ability to create the devportal applications through a yaml structure
Fixes https://github.com/wso2-enterprise/apim-saas/issues/2376

Approach

Update the /application POST and PUT endpoints to accept yaml files with the following format:

apiVersion: devportal.wso2.com/v1alpha1
kind: Application
metadata:
  name: payments-app
spec:
  displayName: PaymentsApp
  description: Client app for payment APIs
  // any other properties can be supported later

Samples

N/A

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0390ec9d-345d-48af-b7a3-3106be0e2858

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Piumal1999 Piumal1999 changed the title [Standalone ]Add support for parsing application data from YAML in application cre… [Standalone] Add YAML support for application creation Apr 22, 2026
@Piumal1999 Piumal1999 marked this pull request as ready for review April 22, 2026 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant