You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a regression as I am still new to using this API. It does seem to act differently than the documentation describes so maybe it performed differently in the past?
goal and goalCode are not returned in the response as documented.
Please provide the environment you discovered this bug in
cloud-agent-v1.40.0
Anything else?
I am struggling to understand the intent for goal and goalCode if they are not returned.
I would like to populate those with values that only my EdgeClient know so I can track certain responses back and act on only the responses that contain the matching goalCodes.
I am also not seeing goalCode populated in DIDComm Message .body, which is where I really need them to show up.
The text was updated successfully, but these errors were encountered:
documentation in open-api spec is not correct and misleading.
I will update the OpenAPI specification to clarify that goalCode and goal cannot be used with connectionId
goalCode and goal are only applicable to credential offer invitation
Is this a regression?
Yes
Description
Not sure if this is a regression as I am still new to using this API. It does seem to act differently than the documentation describes so maybe it performed differently in the past?
According to the documentation: https://hyperledger.github.io/identus-docs/agent-api/#tag/Issue-Credentials-Protocol/operation/createCredentialOffer I should be able to send a
goal
and agoalCode
and have it reflected back to me in the response.These fields are not sent back to me.
Example request shown here:
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
I am struggling to understand the intent for goal and goalCode if they are not returned.
I would like to populate those with values that only my EdgeClient know so I can track certain responses back and act on only the responses that contain the matching goalCodes.
I am also not seeing goalCode populated in DIDComm Message
.body
, which is where I really need them to show up.The text was updated successfully, but these errors were encountered: