Update a code

codes_patch(id, name = NULL, type = NULL, body = NULL,
  readme = NULL, score = NULL, auth_s3_url = NULL)

Arguments

id

integer required. The ID for this code.

name

string optional. Name of code.

type

string optional. The code's type; e.g., Code::FrontEnd.

body

string optional. Actual code contents; e.g., HTML, SQL, etc.

readme

string optional. User specified information about this code. Markdown format accepted.

score

integer optional. Internal Civis Use Only.

auth_s3_url

string optional. Authorized_s3_link to file.

Value

An empty HTTP response