Version 4.0.24.14
Update a lookml model using the specified configuration.
Request
PATCH
/lookml_models/{lookml_model_name}
Datatype
Description
Request
path
Expand HTTP Path definition...
lookml_model_name
Name of lookml model.
body
Expand HTTP Body definition...
body
LookML Model
Expand LookmlModel definition...
can
lock
Operations the current user is able to perform on this object
allowed_db_connection_names
explores
has_content
lock
Does this model declaration have have lookml content?
label
lock
UI-friendly name for this model
name
Name of the model. Also used as the unique identifier
project_name
Name of project containing the model
unlimited_db_connections
Is this model allowed to use all current and future connections
Response
200: LookML Model
Datatype
Description
(object)
can
lock
Operations the current user is able to perform on this object
allowed_db_connection_names
explores
Expand LookmlModelNavExplore definition...
name
lock
Name of the explore
description
lock
Description for the explore
label
lock
Label for the explore
hidden
lock
Is this explore marked as hidden
group_label
lock
Label used to group explores in the navigation menus
has_content
lock
Does this model declaration have have lookml content?
label
lock
UI-friendly name for this model
name
Name of the model. Also used as the unique identifier
project_name
Name of project containing the model
unlimited_db_connections
Is this model allowed to use all current and future connections
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link