Update a code
codes_put(id, name, type, body, readme, score = NULL,
auth_s3_url = NULL)
integer required. The ID for this code.
string required. Name of code.
string required. The code's type; e.g., Code::FrontEnd.
string required. Actual code contents; e.g., HTML, SQL, etc.
string required. User specified information about this code. Markdown format accepted.
integer optional. Internal Civis Use Only.
string optional. Authorized_s3_link to file.
A list containing the following elements:
integer, The ID for this code.
string, Name of code.
string, The code's type; e.g., Code::FrontEnd.
string, Actual code contents; e.g., HTML, SQL, etc.
string, User specified information about this code. Markdown format accepted.
integer, Internal Civis Use Only.
string, Authorized_s3_link to file.
string, The creation time for this code.
string, The last modification time for this code.