ManageIQ / ManageIQ/manageiq-api
Unable to edit tenant name with API
Open
@akhilkr128 is already working on this.
Since Jun 2, 2022.
bug
help wanted
- Dominant language
- Ruby
- Stars
- 20
- Forks
- 149
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.