server-parameter-cannot-be-constant
Overview
This rule belongs to the apimatic-post-processing-validation ruleset and states that:
Server URL parameter cannot be declared as read-only or constant. Such parameters will be automatically marked as non-constant entities.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Warning |
| Message | Server URL parameter declared as read-only/constant has been marked as non-constant. |
| Code | APIMATICPOSTPROCESS_V003 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Server Configuration |
| Products Impacted | Code Generation, Developer Experience Portal, API Transformer |
| Tags | apimatic postprocessing validation constant read only parameter server configuration api |
Suggested Fixes
- Avoid making server URL parameters read-only/constant.