We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddb7338 + 50f7b57 commit c5685acCopy full SHA for c5685ac
namespaces/resource-namespace.md
@@ -114,10 +114,14 @@ The Resource representation with its available transitions and attributes.
114
"href": "/questions/{question_id}",
115
"hrefVariables": {
116
"element": "hrefVariables",
117
- "attributes": {
118
- "name": "question_id"
119
- },
120
- "content": null
+ "content": [
+ {
+ "element": "string",
+ "meta": {
121
+ "name": "question_id"
122
+ }
123
124
+ ]
125
}
126
},
127
"content": [
@@ -223,7 +227,7 @@ message pair. A transaction example MUST contain exactly one HTTP request and on
223
227
{
224
228
"element": "httpResponse",
225
229
"attributes": {
226
- "status": 200
230
+ "statusCode": 200
231
232
233
0 commit comments