Update enabled namespace state
PUT
/api/v4/admin/active_context/code/enabled_namespaces
Authorizations
Section titled “ Authorizations ”Request Body required
Section titled “ Request Body required ”Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer
namespace_id
integer
connection_id
integer
state
string
created_at
string
updated_at
string
Example
{ "id": 1, "namespace_id": 9970, "connection_id": 1234, "state": "pending", "created_at": "2023-01-01T00:00:00.000Z", "updated_at": "2023-01-01T00:00:00.000Z"}Bad Request
401 Unauthorized
403 Forbidden
404 Not found