From 4bcc38ef4d15a447e9f06f8f1c2aaeed93189cb0 Mon Sep 17 00:00:00 2001 From: Shubham Date: Tue, 17 Feb 2026 21:57:23 +0530 Subject: [PATCH] chore: Clean hash urls Clickup https://app.clickup.com/ Co-authored-by: Cursor --- docs/concepts/oauth2-application.md | 2 +- reference/accountant.yaml | 2 +- reference/admin.yaml | 2 +- reference/approver.yaml | 2 +- reference/authorization.yaml | 2 +- reference/common.yaml | 2 +- reference/hod.yaml | 2 +- reference/hop.yaml | 2 +- reference/manager.yaml | 2 +- reference/owner.yaml | 2 +- reference/spender.yaml | 2 +- reference/super_admin.yaml | 2 +- src/accountant/openapi.yaml | 2 +- src/admin/openapi.yaml | 2 +- src/approver/openapi.yaml | 2 +- src/authorization/openapi.yaml | 2 +- src/common/openapi.yaml | 2 +- src/hod/openapi.yaml | 2 +- src/hop/openapi.yaml | 2 +- src/manager/openapi.yaml | 2 +- src/owner/openapi.yaml | 2 +- src/spender/openapi.yaml | 2 +- src/super_admin/openapi.yaml | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/concepts/oauth2-application.md b/docs/concepts/oauth2-application.md index 86872977c..f62e8f46a 100644 --- a/docs/concepts/oauth2-application.md +++ b/docs/concepts/oauth2-application.md @@ -35,7 +35,7 @@ You can add the redirect URIs that you want to allow in the OAuth 2.0 flows. Aft We currently support the "Authorization Code" flow and "Refresh Token Flow" of OAuth 2.0. If you want a primer on these flows, head to this great [blogpost](https://darutk.medium.com/diagrams-and-movies-of-all-the-oauth-2-0-flows-194f3c3ade85), but come back soon! We plan on adding support for PKCE Authorization request in the near future. To authorize the app: -* use the following URL: `https://app.fylehq.com/app/developers/#/oauth/authorize?client_id=&redirect_uri=` +* use the following URL: `https://app.fylehq.com/app/developers/oauth/authorize?client_id=&redirect_uri=` * replace the `` with your `client_id` * replace the `` with your redirect URI * if no redirect URI is setup for your app, you may remove the following from the above URL `&redirect_uri=` diff --git a/reference/accountant.yaml b/reference/accountant.yaml index 55a0ed1ca..4e6ca6648 100644 --- a/reference/accountant.yaml +++ b/reference/accountant.yaml @@ -117,7 +117,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/admin.yaml b/reference/admin.yaml index 8a4e58748..9d3324614 100644 --- a/reference/admin.yaml +++ b/reference/admin.yaml @@ -13427,7 +13427,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/approver.yaml b/reference/approver.yaml index d68ad9315..8afa5aa4b 100644 --- a/reference/approver.yaml +++ b/reference/approver.yaml @@ -3961,7 +3961,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/authorization.yaml b/reference/authorization.yaml index 620f476c9..b42cb58a3 100644 --- a/reference/authorization.yaml +++ b/reference/authorization.yaml @@ -126,7 +126,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/common.yaml b/reference/common.yaml index e4e3588a2..e9eee6cde 100644 --- a/reference/common.yaml +++ b/reference/common.yaml @@ -434,7 +434,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/hod.yaml b/reference/hod.yaml index 8a7c782e1..8578423e9 100644 --- a/reference/hod.yaml +++ b/reference/hod.yaml @@ -60,7 +60,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/hop.yaml b/reference/hop.yaml index b32e7f01e..3c64a0008 100644 --- a/reference/hop.yaml +++ b/reference/hop.yaml @@ -60,7 +60,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/manager.yaml b/reference/manager.yaml index 3a6b9e41b..59fc502bd 100644 --- a/reference/manager.yaml +++ b/reference/manager.yaml @@ -586,7 +586,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/owner.yaml b/reference/owner.yaml index 0dbb232d8..cb2e521c8 100644 --- a/reference/owner.yaml +++ b/reference/owner.yaml @@ -249,7 +249,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/spender.yaml b/reference/spender.yaml index 3df1b9274..b4f610cc6 100644 --- a/reference/spender.yaml +++ b/reference/spender.yaml @@ -7445,7 +7445,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/reference/super_admin.yaml b/reference/super_admin.yaml index f9bb9d177..62716ddb2 100644 --- a/reference/super_admin.yaml +++ b/reference/super_admin.yaml @@ -134,7 +134,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: https://app.fylehq.com/app/developers/#/oauth/authorize + authorizationUrl: https://app.fylehq.com/app/developers/oauth/authorize tokenUrl: https://accounts.fylehq.com/oauth/token scopes: '*': Grant all actions diff --git a/src/accountant/openapi.yaml b/src/accountant/openapi.yaml index ff21fd23c..3f0544412 100644 --- a/src/accountant/openapi.yaml +++ b/src/accountant/openapi.yaml @@ -18,7 +18,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/admin/openapi.yaml b/src/admin/openapi.yaml index 0d6ade8b3..91c1f0000 100644 --- a/src/admin/openapi.yaml +++ b/src/admin/openapi.yaml @@ -18,7 +18,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/approver/openapi.yaml b/src/approver/openapi.yaml index 80075d34f..e6e1071db 100644 --- a/src/approver/openapi.yaml +++ b/src/approver/openapi.yaml @@ -18,7 +18,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/authorization/openapi.yaml b/src/authorization/openapi.yaml index 1e6d58393..2f4dd63ac 100644 --- a/src/authorization/openapi.yaml +++ b/src/authorization/openapi.yaml @@ -18,7 +18,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/common/openapi.yaml b/src/common/openapi.yaml index e2ee5a21f..4d8aa455c 100644 --- a/src/common/openapi.yaml +++ b/src/common/openapi.yaml @@ -18,7 +18,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/hod/openapi.yaml b/src/hod/openapi.yaml index d28fb4adf..f7a137076 100644 --- a/src/hod/openapi.yaml +++ b/src/hod/openapi.yaml @@ -19,7 +19,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/hop/openapi.yaml b/src/hop/openapi.yaml index ba504a9ab..2fe582df1 100644 --- a/src/hop/openapi.yaml +++ b/src/hop/openapi.yaml @@ -19,7 +19,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/manager/openapi.yaml b/src/manager/openapi.yaml index e13ed8e37..cb87e3710 100644 --- a/src/manager/openapi.yaml +++ b/src/manager/openapi.yaml @@ -18,7 +18,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/owner/openapi.yaml b/src/owner/openapi.yaml index d8675d02a..57c549362 100644 --- a/src/owner/openapi.yaml +++ b/src/owner/openapi.yaml @@ -19,7 +19,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/spender/openapi.yaml b/src/spender/openapi.yaml index 79c2f8985..433dd9d2d 100644 --- a/src/spender/openapi.yaml +++ b/src/spender/openapi.yaml @@ -20,7 +20,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions' diff --git a/src/super_admin/openapi.yaml b/src/super_admin/openapi.yaml index 4a83d9100..9d7176336 100644 --- a/src/super_admin/openapi.yaml +++ b/src/super_admin/openapi.yaml @@ -18,7 +18,7 @@ components: type: oauth2 flows: authorizationCode: - authorizationUrl: 'https://app.fylehq.com/app/developers/#/oauth/authorize' + authorizationUrl: 'https://app.fylehq.com/app/developers/oauth/authorize' tokenUrl: 'https://accounts.fylehq.com/oauth/token' scopes: '*': 'Grant all actions'