mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-18 18:18:23 -05:00
Removes the experimental label from CPA endpoints (#35180)
Co-authored-by: Miguel de la Cruz <miguel@ctrlz.es>
This commit is contained in:
parent
d622ea33b2
commit
51426954cf
1 changed files with 0 additions and 14 deletions
|
|
@ -6,8 +6,6 @@
|
|||
description: |
|
||||
List all the Custom Profile Attributes fields.
|
||||
|
||||
_This endpoint is experimental._
|
||||
|
||||
__Minimum server version__: 10.5
|
||||
|
||||
##### Permissions
|
||||
|
|
@ -32,8 +30,6 @@
|
|||
description: |
|
||||
Create a new Custom Profile Attribute field on the system.
|
||||
|
||||
_This endpoint is experimental._
|
||||
|
||||
__Minimum server version__: 10.5
|
||||
|
||||
##### Permissions
|
||||
|
|
@ -122,8 +118,6 @@
|
|||
**Note:** Fields with `attrs.protected = true` cannot be
|
||||
modified and will return an error.
|
||||
|
||||
_This endpoint is experimental._
|
||||
|
||||
__Minimum server version__: 10.5
|
||||
|
||||
##### Permissions
|
||||
|
|
@ -214,8 +208,6 @@
|
|||
Marks a Custom Profile Attribute field and all its values as
|
||||
deleted.
|
||||
|
||||
_This endpoint is experimental._
|
||||
|
||||
__Minimum server version__: 10.5
|
||||
|
||||
##### Permissions
|
||||
|
|
@ -257,8 +249,6 @@
|
|||
**Note:** Values for fields with `attrs.protected = true` cannot be
|
||||
updated and will return an error.
|
||||
|
||||
_This endpoint is experimental._
|
||||
|
||||
__Minimum server version__: 10.5
|
||||
|
||||
##### Permissions
|
||||
|
|
@ -343,8 +333,6 @@
|
|||
description: |
|
||||
List all the Custom Profile Attributes values for specified user.
|
||||
|
||||
_This endpoint is experimental._
|
||||
|
||||
__Minimum server version__: 10.5
|
||||
|
||||
##### Permissions
|
||||
|
|
@ -387,8 +375,6 @@
|
|||
**Note:** Values for fields with `attrs.protected = true` cannot be
|
||||
updated and will return an error.
|
||||
|
||||
_This endpoint is experimental._
|
||||
|
||||
__Minimum server version__: 11
|
||||
|
||||
##### Permissions
|
||||
|
|
|
|||
Loading…
Reference in a new issue