1

我正在使用带有弹簧靴的 kathasis。我想用我的表 PK 列名更改 json 响应中的 'id' 键,以下是 kathasis 响应

    {
     "type": "table-name",
     "id": "A",
     "attributes": {
     "description": "AAA"
    },
    "relationships": {

     },
     "links": {
       "self": "http://localhost/table-name/A"
     }
    }

我想将上面的“id”:“A”更改为“coulmnName”:“A”。

4

1 回答 1

2

在 kathasis github 存储库上回答

https://github.com/katharsis-project/katharsis-core/issues/203

于 2016-01-18T06:27:12.717 回答