-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
effort: lowpr existsA Pull Request exists to address this issue.A Pull Request exists to address this issue.
Description
The workflow creation endpoint expects a string
value for authorization
, but the response from this endpoint (as well as the response from the workflow retrieval endpoint) is specified as an object.
I suspect that both should be an object, but please correct me if I am wrong. If a string is expected, I imagine it would specify a particular authorization scheme. If so, what would those values be?
Also, does the description of "Authorization scheme information (e.g., OAuth2 configuration)" suggest that the OAuth 2 configuration would be the issuer's Oauth2 discovery document or is this something? What would this property look like for other authorization schemes?
Metadata
Metadata
Labels
effort: lowpr existsA Pull Request exists to address this issue.A Pull Request exists to address this issue.