salesforce-marketingcloud / SFDC-MC-REST-Style-Guide

REST style guidelines
31 stars 9 forks source link

Examples use "id" : 1 versus correct "id" : "1" #36

Closed timmysdaman closed 9 years ago

dougwilson commented 9 years ago

Hi! All identifiers must be a string, i.e. "id": "1" is the correct representation. More information can be found under https://github.com/salesforcefuel/SFMC-Fuel-Style-Guide#identifiers

aroden-salesforce commented 9 years ago

He mean they where inconsitent in the document

dougwilson commented 9 years ago

Thanks, @aroden-salesforce :) Your change to the title makes that clear now :)

sprshrp commented 9 years ago

@aroden-salesforce @timmysdaman pull requests welcome.