Update to support new features

This commit is contained in:
Jonathan Bennetts 2025-05-12 13:39:34 +01:00
commit 6ea8bac919
No known key found for this signature in database
8 changed files with 119 additions and 4305 deletions

View file

@ -8,7 +8,7 @@ import {
export class HttpBinApi implements ICredentialType {
name = 'httpbinApi';
displayName = 'HttpBin API';
documentationUrl = '<your-docs-url>';
documentationUrl = 'https://your-docs-url';
properties: INodeProperties[] = [
{
displayName: 'Token',