Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
error http frameworks setup
get this eoor when I add a new resource and resource id.
clicked apply then clicked 'create api' and got this error

clicked apply then clicked 'create api' and got this error

Comments
I now see that extra code has been added to apijobclock , I assumed it was only creating api for newly added resources.
this is what was added to the end of apijobclock existing code (got double defined compile errors)
API apijobclock.{resourceid}.HEAD
API apijobclock.{resourceid}.GET
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
API apijobclock.{resourceid}.POST
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
API apijobclock.{resourceid}.PUT
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
API apijobclock.job.HEAD
API apijobclock.job.GET
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
API apijobclock.job.POST
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
API apijobclock.job.PUT
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
API apijobclock.{resourceid}.HEAD
API apijobclock.{resourceid}.GET
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
API apijobclock.{resourceid}.POST
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
API apijobclock.{resourceid}.PUT
HTTP_Resource_Services(
'LoremIpsum'
)
end
api
I will change them to another prefix.