This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
allow options with successCodes
post('/manage/person', {
formData: state => {
state.person.submit_type = 'save';
return state.person;
},
options: {
successCodes: [302],
},
})