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:
Don Naro
2023-09-01 16:24:03 +01:00
committed by GitHub
parent ab3ceaecad
commit dc81aa46d0
785 changed files with 17010 additions and 0 deletions

View 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.