chore: create EditOauthApp endpoints (#26810)
Co-authored-by:Guilherme Gazzo <5263975+ggazzo@users.noreply.github.com> Co-authored-by:
Heitor Tanoue <68477006+totoi690@users.noreply.github.com> Co-authored-by:
Matheus Barbosa Silva <36537004+matheusbsilva137@users.noreply.github.com> Co-authored-by:
Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>
Showing
- apps/meteor/app/api/server/v1/oauthapps.ts 47 additions, 1 deletionapps/meteor/app/api/server/v1/oauthapps.ts
- apps/meteor/app/oauth2-server-config/server/admin/methods/addOAuthApp.ts 3 additions, 1 deletion.../oauth2-server-config/server/admin/methods/addOAuthApp.ts
- apps/meteor/client/views/admin/oauthApps/EditOauthApp.tsx 6 additions, 6 deletionsapps/meteor/client/views/admin/oauthApps/EditOauthApp.tsx
- apps/meteor/tests/end-to-end/api/18-oauthapps.js 87 additions, 6 deletionsapps/meteor/tests/end-to-end/api/18-oauthapps.js
- packages/rest-typings/src/index.ts 4 additions, 0 deletionspackages/rest-typings/src/index.ts
- packages/rest-typings/src/v1/Ajv.ts 5 additions, 0 deletionspackages/rest-typings/src/v1/Ajv.ts
- packages/rest-typings/src/v1/oauthapps.ts 12 additions, 68 deletionspackages/rest-typings/src/v1/oauthapps.ts
- packages/rest-typings/src/v1/oauthapps/DeleteOAuthAppParamsDELETE.ts 18 additions, 0 deletions...st-typings/src/v1/oauthapps/DeleteOAuthAppParamsDELETE.ts
- packages/rest-typings/src/v1/oauthapps/OAuthAppsAddParamsPOST.ts 26 additions, 0 deletions...s/rest-typings/src/v1/oauthapps/OAuthAppsAddParamsPOST.ts
- packages/rest-typings/src/v1/oauthapps/OAuthAppsGetParamsGET.ts 40 additions, 0 deletions...es/rest-typings/src/v1/oauthapps/OAuthAppsGetParamsGET.ts
- packages/rest-typings/src/v1/oauthapps/UpdateOAuthAppParamsPOST.ts 32 additions, 0 deletions...rest-typings/src/v1/oauthapps/UpdateOAuthAppParamsPOST.ts
Loading
Please register or sign in to comment