Skip to content

Commit

Permalink
rename v1experimental API path to v1development
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Sep 11, 2024
1 parent 7fca576 commit 071305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ The default URL path for requests that carry log data is `/v1/logs` and the
request body is a Protobuf-encoded `ExportLogsServiceRequest` message.

The default URL path for requests that carry profiling data is
`/v1experimental/profiles` and the request body is a Protobuf-encoded
`/v1development/profiles` and the request body is a Protobuf-encoded
`ExportProfilesServiceRequest` message.

The client MAY gzip the content and in that case MUST include
Expand Down

0 comments on commit 071305d

Please sign in to comment.