log_stream
Update Log Stream
API Reference
- Api reference
- Getting Started
- Schemas
protect
trace
log_stream
experiment
feedback
API Reference
log_stream
Update Log Stream
Update a specific log stream.
PUT
/
v2
/
projects
/
{project_id}
/
log_streams
/
{log_stream_id}
curl --request PUT \
--url https://api.acme.rungalileo.io/v2/projects/{project_id}/log_streams/{log_stream_id} \
--header 'Content-Type: application/json' \
--header 'Galileo-API-Key: <api-key>' \
--data '{
"name": "my_first_log_stream"
}'
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"project_id": "<string>",
"created_by": "<string>"
}
Authorizations
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
curl --request PUT \
--url https://api.acme.rungalileo.io/v2/projects/{project_id}/log_streams/{log_stream_id} \
--header 'Content-Type: application/json' \
--header 'Galileo-API-Key: <api-key>' \
--data '{
"name": "my_first_log_stream"
}'
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"project_id": "<string>",
"created_by": "<string>"
}