-
Notifications
You must be signed in to change notification settings - Fork 329
Add Organization End User API to IS documentation #5212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
725c7e0
to
279d98d
Compare
en/identity-server/7.0.0/docs/apis/restapis/user-organization.yaml
Outdated
Show resolved
Hide resolved
en/identity-server/7.0.0/docs/apis/restapis/user-organization.yaml
Outdated
Show resolved
Hide resolved
Do we have another PR to add this API to Asgardeo doc space? |
organization-domain: | ||
default: 10084a8d-113f-4211-a0d5-efe36b082211 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should change and tenant-domain
should be the path variable
'404': | ||
$ref: '#/components/responses/NotFound' | ||
'500': | ||
$ref: '#/components/responses/ServerError' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing sample curls
"href": "/o/10084a8d-113f-4211-a0d5-efe36b082211/api/users/v1/me/organizations?limit=10&filter=name+co+der&next=MjAyMS0xMi0yMSAwNToxODozMS4wMDQzNDg=", | ||
"rel": "next", | ||
}, { | ||
"href": "/o/10084a8d-113f-4211-a0d5-efe36b082211/api/users/v1/me/organizations?limit=10&filter=name+co+der&before=MjAyMS0xMi0yMSAwNToxODozMS4wMDQzNDg=", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since /o/<oeg-id>
part is invalid now, need to update these samples
example: ACTIVE | ||
ref: | ||
type: string | ||
example: 'o/10084a8d-113f-4211-a0d5-efe36b082211/api/server/v1/organizations/b4526d91-a8bf-43d2-8b14-c548cf73065b' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove o/10084a8d-113f-4211-a0d5-efe36b082211 and update with proper example
Purpose
$subejct
Fixes: wso2/product-is#21392
Goals