Skip to content

Contradictory description of supported sinkCredential.credentialType values #69

Description

@hdamker

Problem description
The description states the sinkCredential.credentialType constraint twice, with conflicting values:

  • L31: "MUST be set to ACCESSTOKEN or PRIVATE_KEY_JWT if provided"
  • L93-94: "MUST be set to ACCESSTOKEN if provided"

Expected behavior
Align both statements with the schema enum (ACCESSTOKEN, PRIVATE_KEY_JWT). The two paragraphs are otherwise near-duplicates, so consider removing one instead of maintaining both.

Alternative solution
None

Additional context

property to protect the notification endpoint. In the current version,`sinkCredential.credentialType` MUST be set to `ACCESSTOKEN` or `PRIVATE_KEY_JWT` if provided.

notification endpoint. In the current version, sinkCredential.credentialType
MUST be set to ACCESSTOKEN if provided. When an asynchronous response is

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions