Skip to content

[NotificationHubs] Namespace properties not marked as readonly #13952

Open
@mikhailshilkov

Description

@mikhailshilkov

In NotificationHubs, several properties of Namespace should be marked as read-only, for instance createdAt and updatedAt:

"createdAt": {
"type": "string",
"format": "date-time",
"description": "The time the namespace was created."
},
"updatedAt": {
"type": "string",
"format": "date-time",
"description": "The time the namespace was updated."
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions