aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/aai/aai_put_owning-entity.json
blob: 15df2ee598738718d0825f17622cfa326216f268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "request": {
        "method": "PUT",
        "url": "/aai/v14/business/owning-entities/owning-entity/OE-generic"
    },
    "response": {
        "status": 201,
        "headers": {
            "Content-Type": "application/json"
        }
    }
}