Bug #29295
Change string to number in API docs for ids
Pull request:
Fixed in Releases:
Found in Releases:
Description
https://community.theforeman.org/t/unable-to-create-or-update-managed-host-via-api/17692 reports that operatingsystem_id should be a nubmer instead of a string in the API documentation. So, the main reason for this issue is to fix this entry.
However, I've noticed that we've got similar inconsistency for ID entries in more than one API doc controller. Those should be probably reviewed to prevent similar issues in the future.
Associated revisions
Fixes #29295 - Change operatingsystem_id type from string to number in API docs for ids
History
#1
Updated by The Foreman Bot about 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7863 added
#2
Updated by Tomer Brisker about 2 years ago
- Category set to API
#3
Updated by Adi Abramovitch over 1 year ago
- Assignee set to Adi Abramovitch
#4
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/8400 added
#5
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 2.5.0 added
#6
Updated by Adi Abramovitch over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|04ac0de6e8a8075654aeb46d26a59e9a48388223.
Refs #29295 - fixes the API doc