-
Notifications
You must be signed in to change notification settings - Fork 143
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
Unable to edit tenant name with API #978
Comments
@miq-bot assign @akhilkr128 |
@akhilkr128 'akhilkr128' is an invalid assignee, ignoring... |
If we pass if you want to pick the name, login text from settings pass the |
That's a weird requirement - @kbrock Do you recall why this is needed? I would think "false" should be the default if one does not pass the parameter. |
This issue will happen only when the table value of |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
Hi, a little bug from the manage iq jansa2 tenants api
<
url: "{{ miq_api }}/tenants/1"
method: POST
body: "{"action" : "edit", "resource" : { "name" : "test", "description" : "test" } }"
>
does update only the description and not the name.
I also does not fail
Updating name is possible via the UI in the Company Name field froé server settings.
The text was updated successfully, but these errors were encountered: