mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
docs: applications and authorization (#5477)
* docs: Applications * WIP * WIP * WIP * Fix: consume * Fix: @Description * Fix * Fix: s/none//g * Fix: godoc nice * Fix: description * Fix: It * Fix: code sample trim empty line * More fixes * Fix: br
This commit is contained in:
@ -83,7 +83,9 @@ type ParameterSchema struct {
|
||||
ValidationContains []string `json:"validation_contains,omitempty"`
|
||||
}
|
||||
|
||||
// CreateParameterRequest is used to create a new parameter value for a scope.
|
||||
// CreateParameterRequest is a structure used to create a new parameter value for a scope.
|
||||
//
|
||||
// @Description CreateParameterRequest is a structure used to create a new parameter value for a scope.
|
||||
type CreateParameterRequest struct {
|
||||
// CloneID allows copying the value of another parameter.
|
||||
// The other param must be related to the same template_id for this to
|
||||
|
Reference in New Issue
Block a user