mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 19:18:13 -03:30
Create AWX docsite with RST content (#14328)
Co-authored-by: Thanhnguyet Vo <tvo@ansible.com> Co-authored-by: TVo <thavo@redhat.com>
This commit is contained in:
14
docs/docsite/rst/rest_api/read_only_fields.rst
Normal file
14
docs/docsite/rst/rest_api/read_only_fields.rst
Normal file
@@ -0,0 +1,14 @@
|
||||
******************
|
||||
Read-only Fields
|
||||
******************
|
||||
|
||||
.. index::
|
||||
single: read-only fields
|
||||
|
||||
|
||||
Certain fields in the REST API are marked read-only. These usually
|
||||
include the URL of a resource, the ID, and occasionally some internal
|
||||
fields. For instance, the ``'created\_by'`` attribute of each object
|
||||
indicates which user created the resource, and cannot be edited.
|
||||
|
||||
If you post some values and notice that they are not changing, these fields may be read-only.
|
||||
Reference in New Issue
Block a user