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
There are a number of path parameters that we have in the specification today, such as id, localWorkflowId, and localExchangeId, where the meaning of the word "local" and "id" are not clear from the specification text.
We might want to distinguish between relative/local IDs and global IDs. Also consider that developers arrange databases using relative/local IDs. Maybe put the word path in the name for parameters that are non-global and only used in paths.
The text was updated successfully, but these errors were encountered:
The group discussed this on the 2024-08-13 telecon and noted that we might want to distinguish between relative/local IDs and global IDs. Also consider that developers arrange databases using relative/local IDs. Maybe put the word path in the name for parameters that are non-global and only used in paths.
A PR should be raised to rename all identifiers that are a part of the path to the name of the resource they appear on and PathId appended to them, such as: workflowPathId and credentialPathId and exchangePathId. There should also be a meta explanation about what "PathId" means when used in paths in the specification.
There are a number of path parameters that we have in the specification today, such as
id
,localWorkflowId
, andlocalExchangeId
, where the meaning of the word "local" and "id" are not clear from the specification text.We might want to distinguish between relative/local IDs and global IDs. Also consider that developers arrange databases using relative/local IDs. Maybe put the word
path
in the name for parameters that are non-global and only used in paths.The text was updated successfully, but these errors were encountered: