Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gasper Netlify and Swagger API docs #282

Open
kunalvirwal opened this issue Jan 12, 2025 · 7 comments
Open

Update Gasper Netlify and Swagger API docs #282

kunalvirwal opened this issue Jan 12, 2025 · 7 comments

Comments

@kunalvirwal
Copy link
Collaborator

No description provided.

@kunalvirwal
Copy link
Collaborator Author

kunalvirwal commented Jan 12, 2025

Update API Docs:

New App Update route (PUT /apps/{app}) payload

{
  "password": "New-password",
  "git": {
    "access_token": "github_pat_think_build_ship",
    "branch": "New-branch"
  },
  "context": {
    "index": "./src/index.js",
    "rc_file": false,
    "build": [
      "npm install"
    ],
    "run": [
      "npm run start"
    ]
  },
  "resources": {
    "cpu": 0.25,
    "memory": 0.5
  }
}

PR: #278

@kunalvirwal
Copy link
Collaborator Author

Update API Docs:

Add PUT /auth/revoke route in API docs

Sample Payload:

{
    "email"  :  "...",
    "password"  :  "..."
}

@kunalvirwal
Copy link
Collaborator Author

Update API Docs:

Add Sparsity value parameter in API Docs in GET /apps/{app}/metrics

@kunalvirwal
Copy link
Collaborator Author

Update API Docs:

After fixing this route add PUT /auth/revoke in API Docs

Issue : #284

@kunalvirwal
Copy link
Collaborator Author

kunalvirwal commented Mar 19, 2025

Update Netlify Docs:

The necessary permissions of cloudflare API token needed for custom sub-domains to be created are:
zone zone edit
zone zone read
zone dns read
account account settings read

@kunalvirwal
Copy link
Collaborator Author

Update Netlify / API Docs:

The default sub-domains for deployed apps and dbs in Genproxy are changed to name-app-gasper and name-db-gasper.

@kunalvirwal
Copy link
Collaborator Author

Update Netlify / API Docs:

Add functionality of deploying apps using custom docker images PR:#264

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

No branches or pull requests

1 participant