Skip to content

Commit

Permalink
api: Mark NsMACSettingsProfileRegistry as EXPERIMENTAL
Browse files Browse the repository at this point in the history
  • Loading branch information
halimi committed Nov 25, 2024
1 parent 0db6fa5 commit b371c74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ For details about compatibility between different releases, see the **Commitment
- Support user email notification preferences.
- This requires a database migration.
- Support for managing MAC settings profiles.
- This feature is experimental and subject to change.

### Changed

Expand Down
1 change: 1 addition & 0 deletions api/ttn/lorawan/v3/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9426,6 +9426,7 @@ The NsEndDeviceRegistry service allows clients to manage their end devices on th
### <a name="ttn.lorawan.v3.NsMACSettingsProfileRegistry">Service `NsMACSettingsProfileRegistry`</a>

The NsMACSettingsProfileRegistry service allows clients to manage MAC settings profiles on the Network Server.
EXPERIMENTAL: This service is subject to change.

| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ message ListMACSettingsProfilesResponse {
}

// The NsMACSettingsProfileRegistry service allows clients to manage MAC settings profiles on the Network Server.
// EXPERIMENTAL: This service is subject to change.
service NsMACSettingsProfileRegistry {
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_tag) = {description: "Manage MAC settings profiles on The Things Stack Network Server."};

Expand Down
2 changes: 1 addition & 1 deletion sdk/js/generated/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -42305,7 +42305,7 @@
"name": "NsMACSettingsProfileRegistry",
"longName": "NsMACSettingsProfileRegistry",
"fullName": "ttn.lorawan.v3.NsMACSettingsProfileRegistry",
"description": "The NsMACSettingsProfileRegistry service allows clients to manage MAC settings profiles on the Network Server.",
"description": "The NsMACSettingsProfileRegistry service allows clients to manage MAC settings profiles on the Network Server.\nEXPERIMENTAL: This service is subject to change.",
"methods": [
{
"name": "Create",
Expand Down

0 comments on commit b371c74

Please sign in to comment.