Skip to content

Commit

Permalink
chore(docs): adjust some docstrings (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Oct 3, 2023
1 parent 13f64a3 commit 23fa6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requestforwarding.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ func (r *RequestForwardingForwardResponseRequest) UnmarshalJSON(data []byte) (er
}

type RequestForwardingForwardParams struct {
// The HTTP method for the forwarded request. Valid values include: `GET` , `POST`
// , `PUT` , `DELETE` , and `PATCH`.
// The HTTP method for the forwarded request. Valid values include: `GET`, `POST`,
// `PUT`, `DELETE`, and `PATCH`.
Method param.Field[string] `json:"method,required"`
// The URL route path for the forwarded request. This value must begin with a
// forward-slash ( / ) and may only contain alphanumeric characters, hyphens, and
Expand Down

0 comments on commit 23fa6ec

Please sign in to comment.