mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Orbit Node): Deprecate Orbit nicely (#9962)
This commit is contained in:
@@ -8,6 +8,13 @@ export class OrbitApi implements ICredentialType {
|
||||
documentationUrl = 'orbit';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName:
|
||||
'Orbit has been shutdown and will no longer function from July 11th, You can read more <a target="_blank" href="https://orbit.love/blog/orbit-is-joining-postman">here</a>.',
|
||||
name: 'deprecated',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'API Token',
|
||||
name: 'accessToken',
|
||||
|
||||
Reference in New Issue
Block a user