Merge pull request #1345 from BrianBland/fixErrorCodesInAPITemplate
Fixes error codes in the API spec templatemaster
						commit
						4378e1aa85
					
				|  | @ -1149,7 +1149,7 @@ The error codes that may be included in the response body are enumerated below: | |||
| 
 | ||||
| |Code|Message|Description| | ||||
| |----|-------|-----------| | ||||
| {{range $err := .ErrorCodes}}| `{{$err}}` | {{$err.Descriptor.Message}} | {{$err.Descriptor.Description|removenewlines}} | | ||||
| {{range $err := .ErrorCodes}}| `{{$err.Descriptor.Value}}` | {{$err.Descriptor.Message}} | {{$err.Descriptor.Description|removenewlines}} | | ||||
| {{end}} | ||||
| 
 | ||||
| {{end}}{{end}}{{end}}{{end}}{{end}}{{end}} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue