Answer the question
In order to leave comments, you need to log in
How to correctly save related data Principles of REST api?
Option 1.
PUT server.com/location/656
body:
{
name: '',
status: 1,
manager: {
id: 546
}
}
{
name: '',
status: 1,
manager: {
name: 'Вася'
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question